mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-21 03:54:03 +08:00
[PATCH] someone broke reiserfs V3 mount options, this fixes it
Signed-off-by: Hans Reiser <reiser@namesys.com> Signed-off-by: Vitaly Fertman <vitaly@namesys.com> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3636641bb2
commit
d35c602870
@ -1125,7 +1125,7 @@ static void handle_attrs(struct super_block *s)
|
||||
REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS);
|
||||
}
|
||||
} else if (le32_to_cpu(rs->s_flags) & reiserfs_attrs_cleared) {
|
||||
REISERFS_SB(s)->s_mount_opt |= REISERFS_ATTRS;
|
||||
REISERFS_SB(s)->s_mount_opt |= (1 << REISERFS_ATTRS);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user