aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle)2024-05-30 21:21:05 +0100
committerChristian Brauner2024-05-31 12:31:42 +0200
commitca7d585639b597e838882faa3c7a959d13aaa533 (patch)
tree74b309b7c1e2a60b732e0215684840e03e4b832c /fs/ufs
parentd86f2de026c57e1503259f39abdfa1659c51d900 (diff)
ufs: Remove call to set the folio error flag
Nobody checks the error flag on ufs folios, so stop setting it. Cc: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://lore.kernel.org/r/20240530202110.2653630-14-willy@infradead.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/ufs')
-rw-r--r--fs/ufs/dir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ufs/dir.c b/fs/ufs/dir.c
index 27c85d92d1dc..61f25d3cf3f7 100644
--- a/fs/ufs/dir.c
+++ b/fs/ufs/dir.c
@@ -188,7 +188,6 @@ Eend:
"offset=%lu",
dir->i_ino, (page->index<<PAGE_SHIFT)+offs);
fail:
- SetPageError(page);
return false;
}