Skip to content

Commit 72a5425

Browse files
Matthew Wilcox (Oracle)jankara
authored andcommitted
ext2: Remove call to folio_set_error()
Nobody checks this flag on ext2 folios, stop setting it. Cc: Jan Kara <[email protected]> Cc: [email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent e297416 commit 72a5425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ext2/dir.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ static bool ext2_check_folio(struct folio *folio, int quiet, char *kaddr)
175175
(unsigned long) le32_to_cpu(p->inode));
176176
}
177177
fail:
178-
folio_set_error(folio);
179178
return false;
180179
}
181180

0 commit comments

Comments
 (0)