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
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
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
3 matches
Mail list logo