linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] fs: Allows for xattr support to be compiled out
@ 2017-04-11 22:47 Brian Ashworth
  2017-04-11 22:47 ` [PATCH 1/1] " Brian Ashworth
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Ashworth @ 2017-04-11 22:47 UTC (permalink / raw)
  To: Alexander Viro, Steve French, Jan Kara, Jaegeuk Kim, Chao Yu,
	David Woodhouse, Phillip Lougher, Mimi Zohar, James Morris,
	Serge E . Hallyn, Andreas Gruenbacher, Andrew Morton,
	Arnd Bergmann, David S . Miller, Ingo Molnar, Andy Lutomirski,
	Thomas Garnier, Paul E . McKenney, Petr Mladek, Nicolas Pitre,
	Tejun Heo, Sebastian Andrzej Siewior, Sergey Senozhatsky,
	Helge Deller, Rik van Riel, seokhoon . yoon, Dave Hansen,
	Thomas Gleixner, linux-kernel, linux-fsdevel
  Cc: Josh Triplett, Conor Curry, William Kurek, Zach Romitz, Brian Ashworth

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-21 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 22:47 [PATCH 0/1] fs: Allows for xattr support to be compiled out Brian Ashworth
2017-04-11 22:47 ` [PATCH 1/1] " Brian Ashworth
2017-04-12 15:03   ` Andreas Grünbacher
2017-04-21 14:18   ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).