Re: 2.6.16-rc6-mm1

From: Benoit Boissinot
Date: Sun Mar 12 2006 - 10:43:30 EST


On Sun, Mar 12, 2006 at 03:10:36AM -0800, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc6/2.6.16-rc6-mm1/
>
>

fs/9p/fcprint.c:93: error: static declaration of 'v9fs_printstat' follows non-static declaration
fs/9p/9p.h:377: error: previous declaration of 'v9fs_printstat' was here
fs/9p/fcprint.c:125: error: static declaration of 'v9fs_dumpdata' follows non-static declaration
fs/9p/9p.h:376: error: previous declaration of 'v9fs_dumpdata' was here

Signed-off-by: Benoit Boissinot <benoit.boissinot@xxxxxxxxxxx>

Index: linux/fs/9p/9p.h
===================================================================
--- linux.orig/fs/9p/9p.h
+++ linux/fs/9p/9p.h
@@ -373,5 +373,3 @@ int v9fs_t_write(struct v9fs_session_inf
u32 count, const char __user * data,
struct v9fs_fcall **rcall);
int v9fs_printfcall(char *, int, struct v9fs_fcall *, int);
-int v9fs_dumpdata(char *, int, u8 *, int);
-int v9fs_printstat(char *, int, struct v9fs_stat *, int);

--
powered by bash/screen/(urxvt/fvwm|linux-console)/gentoo/gnu/linux OS
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/