aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/truncate.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2023-11-08 20:46:02 +0000
committerAndrew Morton <akpm@linux-foundation.org>2023-12-10 16:51:36 -0800
commitc36f9d3d2c3e17f9eef1d2f47a63c91d51d55e87 (patch)
tree57d6dfb92cc9593c00b32230b61e297f55e04ebf /mm/truncate.c
parentgfs2: convert stuffed_readpage() to stuffed_read_folio() (diff)
downloadwireguard-linux-c36f9d3d2c3e17f9eef1d2f47a63c91d51d55e87.tar.xz
wireguard-linux-c36f9d3d2c3e17f9eef1d2f47a63c91d51d55e87.zip
mm: remove test_set_page_writeback()
Patch series "Make folio_start_writeback return void". Most of the folio flag-setting functions return void. folio_start_writeback is gratuitously different; the only two filesystems that do anything with the return value emit debug messages if it's already set, and we can (and should) do that internally without bothering the filesystem to do it. This patch (of 4): There are no more callers of this wrapper. Link: https://lkml.kernel.org/r/20231108204605.745109-1-willy@infradead.org Link: https://lkml.kernel.org/r/20231108204605.745109-2-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>
Diffstat (limited to 'mm/truncate.c')
0 files changed, 0 insertions, 0 deletions