linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: Documenatation: remove acl and user_xattr mount options
@ 2011-06-28 15:21 Lukas Czerner
  2011-08-11 14:56 ` Lukas Czerner
  2011-10-08 18:02 ` Ted Ts'o
  0 siblings, 2 replies; 5+ messages in thread
From: Lukas Czerner @ 2011-06-28 15:21 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, Lukas Czerner

Acl and user_xattr mount options are no longer needed since those
features are enabled by default if configured in (seee commit
ea6633369458992241599c9d9ebadffaeddec164). We can not easily
deprecate mount options itself (since it is probably too early),
but we can remove it from documentation first.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
 Documentation/filesystems/ext4.txt |   25 +++++++++++--------------
 1 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 3ae9bc9..9544e2c 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -209,22 +209,19 @@ oldalloc		This disables the Orlov block allocator and enables
 			performance - we'd like to get some feedback if it's
 			the contrary for you.
 
-user_xattr		Enables Extended User Attributes.  Additionally, you
-			need to have extended attribute support enabled in the
-			kernel configuration (CONFIG_EXT4_FS_XATTR).  See the
-			attr(5) manual page and http://acl.bestbits.at/ to
-			learn more about extended attributes.
-
-nouser_xattr		Disables Extended User Attributes.
-
-acl			Enables POSIX Access Control Lists support.
-			Additionally, you need to have ACL support enabled in
-			the kernel configuration (CONFIG_EXT4_FS_POSIX_ACL).
-			See the acl(5) manual page and http://acl.bestbits.at/
-			for more information.
+nouser_xattr		Disables Extended User Attributes. If you have extended
+			attribute support enabled in the kernel configuration
+			(CONFIG_EXT4_FS_XATTR), extended attribute support
+			is enabled by default on mount. See the attr(5) manual
+			page and http://acl.bestbits.at/ for more information
+			about extended attributes.
 
 noacl			This option disables POSIX Access Control List
-			support.
+			support. If ACL support is enabled in the kernel
+			configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
+			enabled by default on mount. See the acl(5) manual
+			page and http://acl.bestbits.at/ for more information
+			about acl.
 
 bsddf		(*)	Make 'df' act like BSD.
 minixdf			Make 'df' act like Minix.
-- 
1.7.4.4


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

* Re: [PATCH] ext4: Documenatation: remove acl and user_xattr mount options
  2011-06-28 15:21 [PATCH] ext4: Documenatation: remove acl and user_xattr mount options Lukas Czerner
@ 2011-08-11 14:56 ` Lukas Czerner
  2011-09-01  8:38   ` Lukas Czerner
  2011-10-08 18:02 ` Ted Ts'o
  1 sibling, 1 reply; 5+ messages in thread
From: Lukas Czerner @ 2011-08-11 14:56 UTC (permalink / raw)
  To: Lukas Czerner; +Cc: linux-ext4, tytso

On Tue, 28 Jun 2011, Lukas Czerner wrote:

> Acl and user_xattr mount options are no longer needed since those
> features are enabled by default if configured in (seee commit
> ea6633369458992241599c9d9ebadffaeddec164). We can not easily
> deprecate mount options itself (since it is probably too early),
> but we can remove it from documentation first.
> 
> Signed-off-by: Lukas Czerner <lczerner@redhat.com>

Hi Ted,

any chance picking that up ?

Thanks!
-Lukas

> ---
>  Documentation/filesystems/ext4.txt |   25 +++++++++++--------------
>  1 files changed, 11 insertions(+), 14 deletions(-)
> 
> diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> index 3ae9bc9..9544e2c 100644
> --- a/Documentation/filesystems/ext4.txt
> +++ b/Documentation/filesystems/ext4.txt
> @@ -209,22 +209,19 @@ oldalloc		This disables the Orlov block allocator and enables
>  			performance - we'd like to get some feedback if it's
>  			the contrary for you.
>  
> -user_xattr		Enables Extended User Attributes.  Additionally, you
> -			need to have extended attribute support enabled in the
> -			kernel configuration (CONFIG_EXT4_FS_XATTR).  See the
> -			attr(5) manual page and http://acl.bestbits.at/ to
> -			learn more about extended attributes.
> -
> -nouser_xattr		Disables Extended User Attributes.
> -
> -acl			Enables POSIX Access Control Lists support.
> -			Additionally, you need to have ACL support enabled in
> -			the kernel configuration (CONFIG_EXT4_FS_POSIX_ACL).
> -			See the acl(5) manual page and http://acl.bestbits.at/
> -			for more information.
> +nouser_xattr		Disables Extended User Attributes. If you have extended
> +			attribute support enabled in the kernel configuration
> +			(CONFIG_EXT4_FS_XATTR), extended attribute support
> +			is enabled by default on mount. See the attr(5) manual
> +			page and http://acl.bestbits.at/ for more information
> +			about extended attributes.
>  
>  noacl			This option disables POSIX Access Control List
> -			support.
> +			support. If ACL support is enabled in the kernel
> +			configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
> +			enabled by default on mount. See the acl(5) manual
> +			page and http://acl.bestbits.at/ for more information
> +			about acl.
>  
>  bsddf		(*)	Make 'df' act like BSD.
>  minixdf			Make 'df' act like Minix.
> 

-- 

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

* Re: [PATCH] ext4: Documenatation: remove acl and user_xattr mount options
  2011-08-11 14:56 ` Lukas Czerner
@ 2011-09-01  8:38   ` Lukas Czerner
  2011-10-05 14:33     ` Lukas Czerner
  0 siblings, 1 reply; 5+ messages in thread
From: Lukas Czerner @ 2011-09-01  8:38 UTC (permalink / raw)
  To: Lukas Czerner; +Cc: linux-ext4, tytso

On Thu, 11 Aug 2011, Lukas Czerner wrote:

> On Tue, 28 Jun 2011, Lukas Czerner wrote:
> 
> > Acl and user_xattr mount options are no longer needed since those
> > features are enabled by default if configured in (seee commit
> > ea6633369458992241599c9d9ebadffaeddec164). We can not easily
> > deprecate mount options itself (since it is probably too early),
> > but we can remove it from documentation first.
> > 
> > Signed-off-by: Lukas Czerner <lczerner@redhat.com>
> 
> Hi Ted,
> 
> any chance picking that up ?
> 
> Thanks!
> -Lukas

ping^2

> 
> > ---
> >  Documentation/filesystems/ext4.txt |   25 +++++++++++--------------
> >  1 files changed, 11 insertions(+), 14 deletions(-)
> > 
> > diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> > index 3ae9bc9..9544e2c 100644
> > --- a/Documentation/filesystems/ext4.txt
> > +++ b/Documentation/filesystems/ext4.txt
> > @@ -209,22 +209,19 @@ oldalloc		This disables the Orlov block allocator and enables
> >  			performance - we'd like to get some feedback if it's
> >  			the contrary for you.
> >  
> > -user_xattr		Enables Extended User Attributes.  Additionally, you
> > -			need to have extended attribute support enabled in the
> > -			kernel configuration (CONFIG_EXT4_FS_XATTR).  See the
> > -			attr(5) manual page and http://acl.bestbits.at/ to
> > -			learn more about extended attributes.
> > -
> > -nouser_xattr		Disables Extended User Attributes.
> > -
> > -acl			Enables POSIX Access Control Lists support.
> > -			Additionally, you need to have ACL support enabled in
> > -			the kernel configuration (CONFIG_EXT4_FS_POSIX_ACL).
> > -			See the acl(5) manual page and http://acl.bestbits.at/
> > -			for more information.
> > +nouser_xattr		Disables Extended User Attributes. If you have extended
> > +			attribute support enabled in the kernel configuration
> > +			(CONFIG_EXT4_FS_XATTR), extended attribute support
> > +			is enabled by default on mount. See the attr(5) manual
> > +			page and http://acl.bestbits.at/ for more information
> > +			about extended attributes.
> >  
> >  noacl			This option disables POSIX Access Control List
> > -			support.
> > +			support. If ACL support is enabled in the kernel
> > +			configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
> > +			enabled by default on mount. See the acl(5) manual
> > +			page and http://acl.bestbits.at/ for more information
> > +			about acl.
> >  
> >  bsddf		(*)	Make 'df' act like BSD.
> >  minixdf			Make 'df' act like Minix.
> > 
> 
> 

-- 

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

* Re: [PATCH] ext4: Documenatation: remove acl and user_xattr mount options
  2011-09-01  8:38   ` Lukas Czerner
@ 2011-10-05 14:33     ` Lukas Czerner
  0 siblings, 0 replies; 5+ messages in thread
From: Lukas Czerner @ 2011-10-05 14:33 UTC (permalink / raw)
  To: Lukas Czerner; +Cc: linux-ext4, tytso

On Thu, 1 Sep 2011, Lukas Czerner wrote:

> On Thu, 11 Aug 2011, Lukas Czerner wrote:
> 
> > On Tue, 28 Jun 2011, Lukas Czerner wrote:
> > 
> > > Acl and user_xattr mount options are no longer needed since those
> > > features are enabled by default if configured in (seee commit
> > > ea6633369458992241599c9d9ebadffaeddec164). We can not easily
> > > deprecate mount options itself (since it is probably too early),
> > > but we can remove it from documentation first.
> > > 
> > > Signed-off-by: Lukas Czerner <lczerner@redhat.com>
> > 
> > Hi Ted,
> > 
> > any chance picking that up ?
> > 
> > Thanks!
> > -Lukas
> 
> ping^2

ping^3 
> 
> > 
> > > ---
> > >  Documentation/filesystems/ext4.txt |   25 +++++++++++--------------
> > >  1 files changed, 11 insertions(+), 14 deletions(-)
> > > 
> > > diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
> > > index 3ae9bc9..9544e2c 100644
> > > --- a/Documentation/filesystems/ext4.txt
> > > +++ b/Documentation/filesystems/ext4.txt
> > > @@ -209,22 +209,19 @@ oldalloc		This disables the Orlov block allocator and enables
> > >  			performance - we'd like to get some feedback if it's
> > >  			the contrary for you.
> > >  
> > > -user_xattr		Enables Extended User Attributes.  Additionally, you
> > > -			need to have extended attribute support enabled in the
> > > -			kernel configuration (CONFIG_EXT4_FS_XATTR).  See the
> > > -			attr(5) manual page and http://acl.bestbits.at/ to
> > > -			learn more about extended attributes.
> > > -
> > > -nouser_xattr		Disables Extended User Attributes.
> > > -
> > > -acl			Enables POSIX Access Control Lists support.
> > > -			Additionally, you need to have ACL support enabled in
> > > -			the kernel configuration (CONFIG_EXT4_FS_POSIX_ACL).
> > > -			See the acl(5) manual page and http://acl.bestbits.at/
> > > -			for more information.
> > > +nouser_xattr		Disables Extended User Attributes. If you have extended
> > > +			attribute support enabled in the kernel configuration
> > > +			(CONFIG_EXT4_FS_XATTR), extended attribute support
> > > +			is enabled by default on mount. See the attr(5) manual
> > > +			page and http://acl.bestbits.at/ for more information
> > > +			about extended attributes.
> > >  
> > >  noacl			This option disables POSIX Access Control List
> > > -			support.
> > > +			support. If ACL support is enabled in the kernel
> > > +			configuration (CONFIG_EXT4_FS_POSIX_ACL), ACL is
> > > +			enabled by default on mount. See the acl(5) manual
> > > +			page and http://acl.bestbits.at/ for more information
> > > +			about acl.
> > >  
> > >  bsddf		(*)	Make 'df' act like BSD.
> > >  minixdf			Make 'df' act like Minix.
> > > 
> > 
> > 
> 
> 

-- 

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

* Re: [PATCH] ext4: Documenatation: remove acl and user_xattr mount options
  2011-06-28 15:21 [PATCH] ext4: Documenatation: remove acl and user_xattr mount options Lukas Czerner
  2011-08-11 14:56 ` Lukas Czerner
@ 2011-10-08 18:02 ` Ted Ts'o
  1 sibling, 0 replies; 5+ messages in thread
From: Ted Ts'o @ 2011-10-08 18:02 UTC (permalink / raw)
  To: Lukas Czerner; +Cc: linux-ext4

On Tue, Jun 28, 2011 at 05:21:17PM +0200, Lukas Czerner wrote:
> Acl and user_xattr mount options are no longer needed since those
> features are enabled by default if configured in (seee commit
> ea6633369458992241599c9d9ebadffaeddec164). We can not easily
> deprecate mount options itself (since it is probably too early),
> but we can remove it from documentation first.
> 
> Signed-off-by: Lukas Czerner <lczerner@redhat.com>

Applied, thanks.

					- Ted

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

end of thread, other threads:[~2011-10-08 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 15:21 [PATCH] ext4: Documenatation: remove acl and user_xattr mount options Lukas Czerner
2011-08-11 14:56 ` Lukas Czerner
2011-09-01  8:38   ` Lukas Czerner
2011-10-05 14:33     ` Lukas Czerner
2011-10-08 18:02 ` Ted Ts'o

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).