projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b3d5f
)
reiserfs: Remove call to folio_set_error()
author
Matthew Wilcox (Oracle)
<willy@infradead.org>
Thu, 30 May 2024 20:21:03 +0000
(21:21 +0100)
committer
Christian Brauner
<brauner@kernel.org>
Fri, 31 May 2024 10:31:41 +0000
(12:31 +0200)
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>
fs/reiserfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/inode.c
b/fs/reiserfs/inode.c
index
c1daedc
..
9b43a81
100644
(file)
--- a/
fs/reiserfs/inode.c
+++ b/
fs/reiserfs/inode.c
@@
-2699,7
+2699,6
@@
fail:
}
bh = bh->b_this_page;
} while (bh != head);
- folio_set_error(folio);
BUG_ON(folio_test_writeback(folio));
folio_start_writeback(folio);
folio_unlock(folio);