commit | e3a0cfdc8c8904236f91a506c1e760b0d60dd918 | [log] [tgz] |
---|---|---|
author | Rashika Kheria <rashika.kheria@gmail.com> | Thu Apr 03 14:48:24 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 03 16:21:05 2014 -0700 |
tree | fdfe92fdc5898ee45322672d362df4401c90d7d3 | |
parent | 6d2be915e589b58cb11418cbe1f22ff90732b6ac [diff] |
include/linux/syscalls.h: add sys32_quotactl() prototype 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 <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>