Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19631
b: refs/heads/master
c: d35c602
h: refs/heads/master
i:
  19629: eb7ab7c
  19627: f673d2c
  19623: f639f4b
  19615: 4bb7e32
v: v3
  • Loading branch information
Vitaly Fertman authored and Linus Torvalds committed Feb 3, 2006
1 parent 4cfa167 commit eb19ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3636641bb2c7a806c1099ca092ec8cd180063f9b
refs/heads/master: d35c602870ece3166cff3d25fbc687a7f707acf3
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit eb19ce3

Please sign in to comment.