aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/hfsplus/super.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c
index df6bea02b2b4..56e6cf80c5e0 100644
--- a/fs/hfsplus/super.c
+++ b/fs/hfsplus/super.c
@@ -160,6 +160,9 @@ int hfsplus_sync_fs(struct super_block *sb, int wait)
160 int write_backup = 0; 160 int write_backup = 0;
161 int error, error2; 161 int error, error2;
162 162
163 if (!wait)
164 return 0;
165
163 dprint(DBG_SUPER, "hfsplus_write_super\n"); 166 dprint(DBG_SUPER, "hfsplus_write_super\n");
164 167
165 sb->s_dirt = 0; 168 sb->s_dirt = 0;