On Thu, Sep 24, 2020 at 03:33:37PM +0800, zhangyi (F) wrote: > 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) <yi.zhang@xxxxxxxxxx> Thanks, applied. - Ted