Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316698
b: refs/heads/master
c: f007dbf
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Jan Kara committed Jul 9, 2012
1 parent f5cb80d commit 7154cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f3da93105b6963a2be2a56dee27fdc88ac4ad769
refs/heads/master: f007dbf8e51f4a0910194eebc2aa119eb861893e
3 changes: 2 additions & 1 deletion trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,8 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent)
goto failed_mount3;
}

ext3_setup_super (sb, es, sb->s_flags & MS_RDONLY);
if (ext3_setup_super(sb, es, sb->s_flags & MS_RDONLY))
sb->s_flags |= MS_RDONLY;

EXT3_SB(sb)->s_mount_state |= EXT3_ORPHAN_FS;
ext3_orphan_cleanup(sb, es);
Expand Down

0 comments on commit 7154cc9

Please sign in to comment.