Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131434
b: refs/heads/master
c: b288052
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Feb 12, 2009
1 parent 0e41aad commit aba95f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb099670895f22970cd143875467c2768d6d87e5
refs/heads/master: b288052e1779261ae80138074989ef50358c4e58
4 changes: 4 additions & 0 deletions trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,10 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data)
struct btrfs_root *root = btrfs_sb(sb);
int ret;

ret = btrfs_parse_options(root, data);
if (ret)
return -EINVAL;

if ((*flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY))
return 0;

Expand Down

0 comments on commit aba95f6

Please sign in to comment.