lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <87f94c371002081610u69b4367bocdb016b34ba907cd@mail.gmail.com> Date: Mon, 8 Feb 2010 19:10:45 -0500 From: Greg Freemyer <greg.freemyer@...il.com> To: Dmitry Monakhov <dmonakhov@...nvz.org> Cc: linux-ext4@...r.kernel.org, Jan Kara <jack@...e.cz> Subject: Re: [PATCH 09/11] ext4: subtree add kconfig options On Mon, Feb 8, 2010 at 8:28 AM, Dmitry Monakhov <dmonakhov@...nvz.org> wrote: > > Signed-off-by: Dmitry Monakhov <dmonakhov@...nvz.org> > --- > fs/ext4/Kconfig | 9 +++++++++ > fs/ext4/Makefile | 1 + > 2 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig > index 9ed1bb1..6c05d1a 100644 > --- a/fs/ext4/Kconfig > +++ b/fs/ext4/Kconfig > @@ -75,6 +75,15 @@ config EXT4_FS_SECURITY > If you are not using a security module that requires using > extended attributes for file security labels, say N. > > +config EXT4_SUBTREE > + bool "Ext4 subtree support" > + depends on EXT4_FS_XATTR > + default y > + help > + Enables subtree support for ext4 filesystem > + > + If you don't know what subtree are, say N > + Unless the subtree patch is enhanced to support orthogonal use cases, the help text should explicitly comment on this limitation. Greg -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists