summaryrefslogtreecommitdiff
path: root/fs/ext2
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2024-04-20 05:50:04 +0300
committerJan Kara <jack@suse.cz>2024-04-24 00:22:04 +0300
commit72a5425adc7ade7f7808e85d949dde26c05ec127 (patch)
tree52954453cd1fa2402897fa970e3481c8ca5c3060 /fs/ext2
parente29741676fac5d4430b3d2b799a5ff671ea9f023 (diff)
downloadlinux-72a5425adc7ade7f7808e85d949dde26c05ec127.tar.xz
ext2: Remove call to folio_set_error()
Nobody checks this flag on ext2 folios, stop setting it. Cc: Jan Kara <jack@suse.com> Cc: linux-ext4@vger.kernel.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <20240420025029.2166544-10-willy@infradead.org>
Diffstat (limited to 'fs/ext2')
-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;
}