reiserfs: allow exposing privroot w/ xattrs enabled
This patch adds an -oexpose_privroot option to allow access to the privroot. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@ -898,6 +898,7 @@ static int reiserfs_parse_options(struct super_block *s, char *options, /* strin
|
||||
{"conv",.setmask = 1 << REISERFS_CONVERT},
|
||||
{"attrs",.setmask = 1 << REISERFS_ATTRS},
|
||||
{"noattrs",.clrmask = 1 << REISERFS_ATTRS},
|
||||
{"expose_privroot", .setmask = 1 << REISERFS_EXPOSE_PRIVROOT},
|
||||
#ifdef CONFIG_REISERFS_FS_XATTR
|
||||
{"user_xattr",.setmask = 1 << REISERFS_XATTRS_USER},
|
||||
{"nouser_xattr",.clrmask = 1 << REISERFS_XATTRS_USER},
|
||||
|
Reference in New Issue
Block a user