[Tux3] keeping kernel port in sync with latest kernel sources?

Liu XiaoFeng bladehliu at gmail.com
Sat Jan 3 19:30:31 PST 2009


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 <
kunal.gangakhedkar at gmail.com> 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
> Tux3 at tux3.org
> http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://phunq.net/pipermail/tux3/attachments/20090104/dea20a71/attachment-0001.html>
-------------- next part --------------
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3


More information about the Tux3 mailing list