Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207598
b: refs/heads/master
c: 719f2c8
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Aug 9, 2010
1 parent 457c837 commit 7867197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 315671f3b8091bc8e15035ffeba5f7bff7b8edec
refs/heads/master: 719f2c879f4dda7d7f303bd387d37cd96db29d31
4 changes: 2 additions & 2 deletions trunk/fs/sysv/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ static int sysv_remount(struct super_block *sb, int *flags, char *data)
lock_super(sb);
if (sbi->s_forced_ro)
*flags |= MS_RDONLY;
if (!(*flags & MS_RDONLY))
sb->s_dirt = 1;
if (*flags & MS_RDONLY)
sysv_write_super(sb);
unlock_super(sb);
return 0;
}
Expand Down

0 comments on commit 7867197

Please sign in to comment.