diff options
Diffstat (limited to 'fs/reiserfs/xattr.c')
| -rw-r--r-- | fs/reiserfs/xattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index 66a380c2ad39..ca416d099e7d 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c | |||
| @@ -1027,8 +1027,8 @@ int reiserfs_xattr_init(struct super_block *s, int mount_flags) | |||
| 1027 | 1027 | ||
| 1028 | error: | 1028 | error: |
| 1029 | if (err) { | 1029 | if (err) { |
| 1030 | clear_bit(REISERFS_XATTRS_USER, &(REISERFS_SB(s)->s_mount_opt)); | 1030 | clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); |
| 1031 | clear_bit(REISERFS_POSIXACL, &(REISERFS_SB(s)->s_mount_opt)); | 1031 | clear_bit(REISERFS_POSIXACL, &REISERFS_SB(s)->s_mount_opt); |
| 1032 | } | 1032 | } |
| 1033 | 1033 | ||
| 1034 | /* The super_block MS_POSIXACL must mirror the (no)acl mount option. */ | 1034 | /* The super_block MS_POSIXACL must mirror the (no)acl mount option. */ |
