diff options
Diffstat (limited to 'fs/hfs/super.c')
-rw-r--r-- | fs/hfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 2d2039e754cd..eee7206c38d1 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c | |||
@@ -112,6 +112,7 @@ static int hfs_statfs(struct dentry *dentry, struct kstatfs *buf) | |||
112 | 112 | ||
113 | static int hfs_remount(struct super_block *sb, int *flags, char *data) | 113 | static int hfs_remount(struct super_block *sb, int *flags, char *data) |
114 | { | 114 | { |
115 | sync_filesystem(sb); | ||
115 | *flags |= MS_NODIRATIME; | 116 | *flags |= MS_NODIRATIME; |
116 | if ((*flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY)) | 117 | if ((*flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY)) |
117 | return 0; | 118 | return 0; |