projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86f2de
)
ufs: Remove call to set the folio error flag
author
Matthew Wilcox (Oracle)
<willy@infradead.org>
Thu, 30 May 2024 20:21:05 +0000
(21:21 +0100)
committer
Christian Brauner
<brauner@kernel.org>
Fri, 31 May 2024 10:31:42 +0000
(12:31 +0200)
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>
fs/ufs/dir.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ufs/dir.c
b/fs/ufs/dir.c
index 27c85d92d1dc5762fb390f973d88722f778fe118..61f25d3cf3f7149aec8cca53334d33fbf4649ea3 100644
(file)
--- 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;
}