]> www.infradead.org Git - users/willy/pagecache.git/commit
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>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit437084d7c5b825e714d0b50ba6624e6ba840fa32
treebdadf095750fe43d4dcdec5c380286c03a4bb36a
parent4188e3e2860d65a43397d4658f74136bf3297808
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