Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211570
b: refs/heads/master
c: a9fdbf8
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig committed Oct 1, 2010
1 parent 50d2bf9 commit 45e098a
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: 40bf48afe92fcea61e7e164f0b2599fba8b88124
refs/heads/master: a9fdbf8c6070d49c482e209df7ee93d9ec41ea27
4 changes: 2 additions & 2 deletions trunk/fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int hfsplus_sync_fs(struct super_block *sb, int wait)

dprint(DBG_SUPER, "hfsplus_write_super\n");

lock_super(sb);
mutex_lock(&HFSPLUS_SB(sb).alloc_mutex);
sb->s_dirt = 0;

vhdr->free_blocks = cpu_to_be32(HFSPLUS_SB(sb).free_blocks);
Expand Down Expand Up @@ -195,7 +195,7 @@ int hfsplus_sync_fs(struct super_block *sb, int wait)
}
HFSPLUS_SB(sb).flags &= ~HFSPLUS_SB_WRITEBACKUP;
}
unlock_super(sb);
mutex_unlock(&HFSPLUS_SB(sb).alloc_mutex);
return 0;
}

Expand Down

0 comments on commit 45e098a

Please sign in to comment.