]> www.infradead.org Git - users/willy/pagecache.git/commit
smb: 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:19:00 +0000 (21:19 -0400)
commitf81712c3d48acad8e46d13b464e05f86c40ef81c
tree0a29215e4f79ea2d54311c1e3ed6d88445bfa1b6
parent768b78b62a78b0deb6cfd29c8ad4d779befb1bd7
smb: Do not test the return value of folio_start_writeback()

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

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