aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2024-04-20 03:50:04 +0100
committerJan Kara <[email protected]>2024-04-23 23:22:04 +0200
commit72a5425adc7ade7f7808e85d949dde26c05ec127 (patch)
tree52954453cd1fa2402897fa970e3481c8ca5c3060
parente29741676fac5d4430b3d2b799a5ff671ea9f023 (diff)
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]>
-rw-r--r--fs/ext2/dir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c
index 4fb155b5a958..087457061c6e 100644
--- a/fs/ext2/dir.c
+++ b/fs/ext2/dir.c
@@ -175,7 +175,6 @@ Eend:
(unsigned long) le32_to_cpu(p->inode));
}
fail:
- folio_set_error(folio);
return false;
}