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:
Matthew Wilcox (Oracle) 2024-05-30 21:21:05 +01:00 committed by Christian Brauner
parent d86f2de026
commit ca7d585639
No known key found for this signature in database
GPG Key ID: 91C61BC06578DCA2

View File

@ -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;
} }