Skip to content

Commit ca7d585

Browse files
Matthew Wilcox (Oracle)brauner
authored andcommitted
ufs: Remove call to set the folio error flag
Nobody checks the error flag on ufs folios, so stop setting it. Cc: Evgeniy Dushistov <[email protected]> Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent d86f2de commit ca7d585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ufs/dir.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ static bool ufs_check_page(struct page *page)
188188
"offset=%lu",
189189
dir->i_ino, (page->index<<PAGE_SHIFT)+offs);
190190
fail:
191-
SetPageError(page);
192191
return false;
193192
}
194193

0 commit comments

Comments
 (0)