linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Ted Tso <tytso@mit.edu>
Cc: linux-ext4@vger.kernel.org, jeffm@suse.de, Jan Kara <jack@suse.cz>
Subject: Re: [PATCH] ext4: Reserve xattr index for Rich ACL support
Date: Thu, 7 Mar 2013 15:59:51 +0100	[thread overview]
Message-ID: <20130307145951.GA19976@quack.suse.cz> (raw)
In-Reply-To: <1360155211-7146-1-git-send-email-jack@suse.cz>

On Wed 06-02-13 13:53:31, Jan Kara wrote:
> SUSE is carrying out of tree patches for Rich ACL support for ext4 as
> they didn't get upstream due to opposition of some VFS maintainers.
> Reserve xattr index for Rich ACLs so that it cannot be taken by anything
> else which would force users to backup and reset their Rich ACLs on
> files.
> 
> Signed-off-by: Jan Kara <jack@suse.cz>
  Ping? Any opinion on this?

								Honza
> ---
>  fs/ext4/xattr.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/fs/ext4/xattr.h b/fs/ext4/xattr.h
> index 69eda78..7955773 100644
> --- a/fs/ext4/xattr.h
> +++ b/fs/ext4/xattr.h
> @@ -22,6 +22,7 @@
>  #define	EXT4_XATTR_INDEX_LUSTRE			5
>  #define EXT4_XATTR_INDEX_SECURITY	        6
>  #define EXT4_XATTR_INDEX_SYSTEM			7
> +#define EXT4_XATTR_INDEX_RICHACL		8
>  
>  struct ext4_xattr_header {
>  	__le32	h_magic;	/* magic number for identification */
> -- 
> 1.7.1
> 
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

  reply	other threads:[~2013-03-07 14:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-06 12:53 [PATCH] ext4: Reserve xattr index for Rich ACL support Jan Kara
2013-03-07 14:59 ` Jan Kara [this message]
2013-04-17 22:14 ` Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130307145951.GA19976@quack.suse.cz \
    --to=jack@suse.cz \
    --cc=jeffm@suse.de \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).