md: remove clumsy usage of do_sync_mapping_range from bitmap code
authorNeilBrown <neilb@suse.de>
Fri, 16 Oct 2009 04:56:01 +0000 (15:56 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 16 Oct 2009 04:56:01 +0000 (15:56 +1100)
commitae8fa2831bbc5092ee9d1b90e623af881cf27140
tree1a9e1aa4192ce9a5c57ea93d777c4fec2322b9e9
parented9bfdf1a40952fd0f8094ec77f876b84ead69af
md: remove clumsy usage of do_sync_mapping_range from bitmap code

and replace with vfs_fsync which is much neater (but wasn't exported,
or even in existence at the time the code was written).

Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c