]> 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)
commitd49f5b505792195d30985a94a33bd46030dbda27
treee7c27456a9d44a94232ea6a4d14f1857e3cad2ed
parent3ad050adc8a485cdf6c3f0309bf132b4a60f7843
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