I have run tux3 with Linus' git tree. Seems it works well after a single-line patch applied. <br><br>Cheers, xiaofeng<br>--<br><br>--- <span>tux3</span>.org/super.c    2008-12-30 22:32:49.000000000 +0800<br>


+++ <span>tux3</span>/super.c    2008-12-30 22:36:01.000000000 +0800<br>@@ -62,7 +62,7 @@ static void pack_sb(struct sb *sb, struc<br> #ifdef __KERNEL__<br> static struct kmem_cache *tux_inode_cachep;<br> <br>
-static void tux3_inode_init_once(struct kmem_cache *cachep, void *mem)<br>

+static void tux3_inode_init_once(void *mem)<br> {<br>     inode_init_once(&((tuxnode_t *)mem)->vfs_inode);<br><br><div class="gmail_quote">On Sun, Jan 4, 2009 at 1:55 AM, Kunal Gangakhedkar <span dir="ltr"><<a href="mailto:kunal.gangakhedkar@gmail.com" target="_blank">kunal.gangakhedkar@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br>
<br>
Are there any plans for keeping the kernel port in sync with the latest kernel<br>
sources from Linus?<br>
<br>
As I see on this list, most of the patches available are wrt 2.6.25.<br>
Please correct me if I have missed something..<br>
<br>
If nobody is doing it, I'll try to do it.<br>
However, I can spare bandwidth only on weekends :(<br>
If that's fine, please let me know - so that I can start working on it.<br>
<br>
Thanks,<br>
Kunal<br>
<br>
<br>
_______________________________________________<br>
Tux3 mailing list<br>
<a href="mailto:Tux3@tux3.org" target="_blank">Tux3@tux3.org</a><br>
<a href="http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3" target="_blank">http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3</a><br>
</blockquote></div><br>