]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Return void from folio_start_writeback() and related functions folio-flags
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Jul 2023 17:51:59 +0000 (13:51 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Oct 2023 01:19:00 +0000 (21:19 -0400)
commitf9da09d6c5f5ca4bd8dda5c22e4c86008ea96b79
tree6e1313cb030a7635e404f93ac5cba02a973cf77a
parentf81712c3d48acad8e46d13b464e05f86c40ef81c
mm: Return void from folio_start_writeback() and related functions

Nobody now checks the return value from any of these functions, so
add an assertion at the beginning of the function and return void.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/page-flags.h
mm/folio-compat.c
mm/page-writeback.c