On Mon, Feb 8, 2010 at 8:28 AM, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> wrote: > > Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html