]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs: remove calls to set and clear the folio error flag
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 7 Aug 2024 19:35:25 +0000 (20:35 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 17 Aug 2024 00:53:03 +0000 (17:53 -0700)
commitc5c1d27f7300ff2a37487827f70e1832ec40619c
tree2af8aaea55ac9c9bb5e9583b9c6f945c960157fe
parent93517530560e5b623162b397ce8a009aa7682a36
fs: remove calls to set and clear the folio error flag

Nobody checks the folio error flag any more, so we can stop setting and
clearing it.  Also remove the documentation suggesting to not bother
setting the error bit.

Link: https://lkml.kernel.org/r/20240807193528.1865100-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/filesystems/vfs.rst
mm/filemap.c
mm/migrate.c
mm/page_io.c