]> www.infradead.org Git - users/willy/xarray.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>
Mon, 2 Sep 2024 03:26:04 +0000 (20:26 -0700)
commit420e05d0de18df907ba1c5c077af69e6ae469c9a
tree7ca84eb796ab0e5df914f2b7a4be81d9a2eb7779
parent62e73fd85d7bf63f1dde2bbcc464fe67970f326f
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