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

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

Link: https://lkml.kernel.org/r/20231108204605.745109-4-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/smb/client/file.c