ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 27 May 2022 15:29:24 +0000 (11:29 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:02 +0000 (12:34 -0400)
commit97a3a383c4f29f16e9a8265ea188f274516e1076
treee7c27456a9d44a94232ea6a4d14f1857e3cad2ed
parente775dfb33d81455bb043e447c5bdca76ae60ea15
ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()

Remove the open-coding of filemap_fdatawait_range().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/ocfs2/refcounttree.c