Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95039
b: refs/heads/master
c: 216c34b
h: refs/heads/master
i:
  95037: 4a3ba3d
  95035: db7d756
  95031: fdeec2f
  95023: dc9a8c3
  95007: 5704d2a
  94975: fc5b720
v: v3
  • Loading branch information
Marcin Slusarz authored and Theodore Ts'o committed Apr 17, 2008
1 parent bdb9455 commit 60b5564
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: e8546d0615542684ca02ba03edebec1a503beb6b
refs/heads/master: 216c34b2b8a3687afed4d269acec140c8baf23fe
2 changes: 1 addition & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ static int ext4_setup_super(struct super_block *sb, struct ext4_super_block *es,
* a plain journaled filesystem we can keep it set as
* valid forever! :)
*/
es->s_state = cpu_to_le16(le16_to_cpu(es->s_state) & ~EXT4_VALID_FS);
es->s_state &= cpu_to_le16(~EXT4_VALID_FS);
#endif
if (!(__s16) le16_to_cpu(es->s_max_mnt_count))
es->s_max_mnt_count = cpu_to_le16(EXT4_DFL_MAX_MNT_COUNT);
Expand Down

0 comments on commit 60b5564

Please sign in to comment.