On Thu, Apr 15, 2010 at 02:40:39PM +1000, Anton Blanchard wrote:
Actually you can just drop this call entirely. sync_blockdev is an
overcomplicated alias for filemap_write_and_wait on the block device
inode, which is exactl what we did just before calling into ->fsync
It might be worth to still drop i_mutex for the cache flush, though.
--