diff options
| author | zhangyi (F) <[email protected]> | 2020-09-24 07:33:37 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2020-10-18 14:37:14 +0000 |
| commit | 8394a6abf3aeaa02e30fd33c248adab9fbe6fd6c (patch) | |
| tree | d545ef81682fc14a3890bec0e2b6bb636831d781 /fs/jbd2/commit.c | |
| parent | ext4: use ext4_sb_bread() instead of sb_bread() (diff) | |
| download | kernel-8394a6abf3aeaa02e30fd33c248adab9fbe6fd6c.tar.gz kernel-8394a6abf3aeaa02e30fd33c248adab9fbe6fd6c.zip | |
ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()
Now we only use sb_bread_unmovable() to read superblock and descriptor
block at mount time, so there is no opportunity that we need to clear
buffer verified bit and also handle buffer write_io error bit. But for
the sake of unification, let's introduce ext4_sb_bread_unmovable() to
replace all sb_bread_unmovable(). After this patch, we stop using read
helpers in fs/buffer.c.
Signed-off-by: zhangyi (F) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
