diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-04-20 03:50:04 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2024-04-23 23:22:04 +0200 |
commit | 72a5425adc7ade7f7808e85d949dde26c05ec127 (patch) | |
tree | 52954453cd1fa2402897fa970e3481c8ca5c3060 /fs/ext2 | |
parent | e29741676fac5d4430b3d2b799a5ff671ea9f023 (diff) |
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.c | 1 |
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; } |