reiserfs: Remove call to folio_set_error()
The error flag is never tested for reiserfs folios, so stop setting it. Cc: reiserfs-devel@vger.kernel.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://lore.kernel.org/r/20240530202110.2653630-12-willy@infradead.org Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
committed by
Christian Brauner
parent
86b3d5f6df
commit
f4c51473d2
@ -2699,7 +2699,6 @@ fail:
|
|||||||
}
|
}
|
||||||
bh = bh->b_this_page;
|
bh = bh->b_this_page;
|
||||||
} while (bh != head);
|
} while (bh != head);
|
||||||
folio_set_error(folio);
|
|
||||||
BUG_ON(folio_test_writeback(folio));
|
BUG_ON(folio_test_writeback(folio));
|
||||||
folio_start_writeback(folio);
|
folio_start_writeback(folio);
|
||||||
folio_unlock(folio);
|
folio_unlock(folio);
|
||||||
|
Reference in New Issue
Block a user