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>
This commit is contained in:
parent
d86f2de026
commit
ca7d585639
@ -188,7 +188,6 @@ Eend:
|
|||||||
"offset=%lu",
|
"offset=%lu",
|
||||||
dir->i_ino, (page->index<<PAGE_SHIFT)+offs);
|
dir->i_ino, (page->index<<PAGE_SHIFT)+offs);
|
||||||
fail:
|
fail:
|
||||||
SetPageError(page);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user