hfsplus: avoid useless work in hfsplus_sync_fs
authorChristoph Hellwig <hch@tuxera.com>
Tue, 23 Nov 2010 13:38:02 +0000 (14:38 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 23 Nov 2010 13:38:02 +0000 (14:38 +0100)
commitf02e26f8d90f8cde98314c72c2e890bc281a8346
treec24bdb07fe551b7fb77f4ff4aaa0eadc8e7622b6
parent7dc4f001123f9ebe3b010a6c26acd18698ad205f
hfsplus: avoid useless work in hfsplus_sync_fs

There is no reason to write out the metadata inodes or volume headers
during a non-blocking sync, as we are almost guaranteed to dirty them
again during the inode writeouts.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
fs/hfsplus/super.c
This page took 0.025662 seconds and 5 git commands to generate.