Configure out file locking features
This patch adds the CONFIG_FILE_LOCKING option which allows to remove support for advisory locks. With this patch enabled, the flock() system call, the F_GETLK, F_SETLK and F_SETLKW operations of fcntl() and NFS support are disabled. These features are not necessarly needed on embedded systems. It allows to save ~11 Kb of kernel code and data: text data bss dec hex filename 1125436 118764 212992 1457192 163c28 vmlinux.old 1114299 118564 212992 1445855 160fdf vmlinux -11137 -200 0 -11337 -2C49 +/- This patch has originally been written by Matt Mackall <mpm@selenic.com>, and is part of the Linux Tiny project. Signed-off-by:Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Matt Mackall <mpm@selenic.com> Cc: matthew@wil.cx Cc: linux-fsdevel@vger.kernel.org Cc: mpm@selenic.com Cc: akpm@linux-foundation.org Signed-off-by:
J. Bruce Fields <bfields@citi.umich.edu>
Showing
- fs/Kconfig 8 additions, 0 deletionsfs/Kconfig
- fs/Makefile 2 additions, 1 deletionfs/Makefile
- fs/proc/proc_misc.c 4 additions, 0 deletionsfs/proc/proc_misc.c
- include/linux/fs.h 50 additions, 7 deletionsinclude/linux/fs.h
- kernel/sys_ni.c 1 addition, 0 deletionskernel/sys_ni.c
- kernel/sysctl.c 5 additions, 1 deletionkernel/sysctl.c
Loading
Please register or sign in to comment