]> www.infradead.org Git - users/jedix/linux-maple.git/commit
afs: do not test the return value of folio_start_writeback()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 8 Nov 2023 20:46:03 +0000 (20:46 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:28 +0000 (13:16 -0800)
commit9f9fa33febf07f0728aa8ff5884cfc7d992cc5b3
tree4384de26bf5b7a5973f4078981b20fbfddfea4a0
parent269ebd64838d2301a1dc9d7aea117ab8a6fe5818
afs: do not test the return value of folio_start_writeback()

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

Link: https://lkml.kernel.org/r/20231108204605.745109-3-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Steve French <sfrench@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/afs/write.c