Re: [PATCH 19/21] fs: Add prototype declaration to header file include/linux/syscalls.h

2014-02-11 Thread Andrew Morton
On Sun, 9 Feb 2014 18:58:34 +0530 Rashika Kheria wrote: > Subject: [PATCH 19/21] fs: Add prototype declaration to header file > include/linux/syscalls.h The subjects are pretty meaningless - this really isn't an "fs" patch. I'll rewrite it to Subject: inc

Re: [PATCH 19/21] fs: Add prototype declaration to header file include/linux/syscalls.h

2014-02-09 Thread Josh Triplett
On Sun, Feb 09, 2014 at 06:58:34PM +0530, Rashika Kheria wrote: > Add prototype declaration to header file include/linux/syscalls.h > because it is used by more than one file. > > This eliminates the following warning in quota/compat.c: > fs/quota/compat.c:43:17: warning: no previous prototype for

[PATCH 19/21] fs: Add prototype declaration to header file include/linux/syscalls.h

2014-02-09 Thread Rashika Kheria
Add prototype declaration to header file include/linux/syscalls.h because it is used by more than one file. This eliminates the following warning in quota/compat.c: fs/quota/compat.c:43:17: warning: no previous prototype for ‘sys32_quotactl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria