Prev: [PATCH] linux/elfcore.h: hide kernel functions
Next: linux-next: manual merge of the ext4 tree with Linus' tree
From: Stephen Rothwell on 22 May 2010 02:40 Hi Phillip, After merging the squashfs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: fs/squashfs/super.c: In function 'squashfs_fill_super': fs/squashfs/super.c:265: warning: assignment from incompatible pointer type Introduced by commit 67f66cc6c728de183d9d43c243cb163c1ebd8e04 ("squashfs: add new extended inode types") from the squashfs tree interacting with commit bb4354538eb7b92f32cfedbad68c7be266c0b467 ("fs: xattr_handler table should be const") from Linus' tree. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Phillip Lougher on 22 May 2010 22:50
Stephen Rothwell wrote: > Hi Phillip, > > After merging the squashfs tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > fs/squashfs/super.c: In function 'squashfs_fill_super': > fs/squashfs/super.c:265: warning: assignment from incompatible pointer type > > Introduced by commit 67f66cc6c728de183d9d43c243cb163c1ebd8e04 ("squashfs: > add new extended inode types") from the squashfs tree interacting with > commit bb4354538eb7b92f32cfedbad68c7be266c0b467 ("fs: xattr_handler table > should be const") from Linus' tree. Fixed. Thanks. Phillip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |