]> www.infradead.org Git - users/willy/pagecache.git/commit
afs: Do not test the return value of folio_start_writeback()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Jul 2023 17:26:46 +0000 (13:26 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Oct 2023 01:18:59 +0000 (21:18 -0400)
commit768b78b62a78b0deb6cfd29c8ad4d779befb1bd7
tree42175dae38576888188e45f280e2ff360b163928
parent0ff8eccb9947f3f7a3fc6f2ca9de4c3f791c6a4f
afs: Do not test the return value of folio_start_writeback()

In preparation for removing the return value entirely, stop testing it
in afs.

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