Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621668
| From | Brian Ashworth <bosrsf04@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/1] fs: Allows for xattr support to be compiled out |
| Date | 2017-04-12 00:50 +0200 |
| Message-ID | <tvcLL-4GZ-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch will allow for xattr system calls and related functions to be compiled out. These are not needed on machines that do not utilize filesystems that support xattrs or userspaces that require extended attributes. This will aid in the tinification efforts. Brian Ashworth (1): fs: Allows for xattr support to be compiled out fs/Kconfig | 1 + fs/Makefile | 3 +- fs/cifs/Kconfig | 1 + fs/ext2/Kconfig | 1 + fs/f2fs/Kconfig | 1 + fs/jffs2/Kconfig | 1 + fs/reiserfs/Kconfig | 1 + fs/squashfs/Kconfig | 1 + fs/xattr.c | 24 -------- include/linux/xattr.h | 126 ++++++++++++++++++++++++++++++++++++++++- init/Kconfig | 11 ++++ kernel/sys_ni.c | 12 ++++ security/integrity/evm/Kconfig | 1 + 13 files changed, 157 insertions(+), 27 deletions(-) -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/1] fs: Allows for xattr support to be compiled out Brian Ashworth <bosrsf04@gmail.com> - 2017-04-12 00:50 +0200
[PATCH 1/1] fs: Allows for xattr support to be compiled out Brian Ashworth <bosrsf04@gmail.com> - 2017-04-12 00:50 +0200
Re: [PATCH 1/1] fs: Allows for xattr support to be compiled out Andreas Grünbacher <andreas.gruenbacher@gmail.com> - 2017-04-12 17:10 +0200
csiph-web