]> git.baikalelectronics.ru Git - kernel.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>
Tue, 2 Aug 2022 16:34:02 +0000 (12:34 -0400)
commit60f3030f13211a18d0bd9b1a80625997f2783625
treee7c27456a9d44a94232ea6a4d14f1857e3cad2ed
parenteba1d6bbfd06f605e4e104f51f2ddc8ebc6698cd
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