Commit afa4906
Lukas Czerner
ext2: replace bh_submit_read() helper with bh_read()
Bugzilla: https://bugzilla.redhat.com/2160719
Tested: xfstests
Upstream Status: upstream
commit 28cf755
Author: Zhang Yi <yi.zhang@huawei.com>
bh_submit_read() and the uptodate check logic in bh_uptodate_or_lock()
has been integrated in bh_read() helper, so switch to use it directly.
Link: https://lkml.kernel.org/r/20220901133505.2510834-14-yi.zhang@huawei.com
Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
(cherry picked from commit 28cf755)
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Lukas Czerner <lczerner@redhat.com>1 parent 29e5b87 commit afa4906
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | | - | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments