summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2024-08-07 20:35:25 +0100
committerAndrew Morton <akpm@linux-foundation.org>2024-09-01 20:26:04 -0700
commit420e05d0de18df907ba1c5c077af69e6ae469c9a (patch)
tree7ca84eb796ab0e5df914f2b7a4be81d9a2eb7779 /Documentation/filesystems
parent62e73fd85d7bf63f1dde2bbcc464fe67970f326f (diff)
downloadlinux-stable-420e05d0de18df907ba1c5c077af69e6ae469c9a.tar.gz
linux-stable-420e05d0de18df907ba1c5c077af69e6ae469c9a.tar.bz2
linux-stable-420e05d0de18df907ba1c5c077af69e6ae469c9a.zip
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/vfs.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst
index 6e903a903f8f..a6022ec59a2d 100644
--- a/Documentation/filesystems/vfs.rst
+++ b/Documentation/filesystems/vfs.rst
@@ -913,8 +913,7 @@ cache in your filesystem. The following members are defined:
stop attempting I/O, it can simply return. The caller will
remove the remaining pages from the address space, unlock them
and decrement the page refcount. Set PageUptodate if the I/O
- completes successfully. Setting PageError on any page will be
- ignored; simply unlock the page if an I/O error occurs.
+ completes successfully.
``write_begin``
Called by the generic buffered write code to ask the filesystem