I have run tux3 with Linus' git tree. Seems it works well after a
single-line patch applied.

Cheers, xiaofeng
--

--- tux3.org/super.c    2008-12-30 22:32:49.000000000 +0800
+++ tux3/super.c    2008-12-30 22:36:01.000000000 +0800
@@ -62,7 +62,7 @@ static void pack_sb(struct sb *sb, struc
 #ifdef __KERNEL__
 static struct kmem_cache *tux_inode_cachep;

-static void tux3_inode_init_once(struct kmem_cache *cachep, void *mem)
+static void tux3_inode_init_once(void *mem)
 {
     inode_init_once(&((tuxnode_t *)mem)->vfs_inode);

On Sun, Jan 4, 2009 at 1:55 AM, Kunal Gangakhedkar <
[email protected]> wrote:

> Hi all,
>
> Are there any plans for keeping the kernel port in sync with the latest
> kernel
> sources from Linus?
>
> As I see on this list, most of the patches available are wrt 2.6.25.
> Please correct me if I have missed something..
>
> If nobody is doing it, I'll try to do it.
> However, I can spare bandwidth only on weekends :(
> If that's fine, please let me know - so that I can start working on it.
>
> Thanks,
> Kunal
>
>
> _______________________________________________
> Tux3 mailing list
> [email protected]
> http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
>
_______________________________________________
Tux3 mailing list
[email protected]
http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3

Reply via email to