Loading fs/reiserfs/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/reiserfs/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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