git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d1bbfc
)
hfsplus: always use hfsplus_sync_fs to write the volume header
author
Christoph Hellwig
<hch@tuxera.com>
Tue, 23 Nov 2010 13:37:43 +0000
(14:37 +0100)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 23 Nov 2010 13:37:43 +0000
(14:37 +0100)
Remove opencoded writing of the volume header in hfsplus_fill_super
and hfsplus_put_super and offload it to hfsplus_sync_fs. In the
put_super case this means we only write the superblock once instead
of twice.
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
No differences found