On Thu, Sep 24, 2020 at 03:33:34PM +0800, zhangyi (F) wrote: > We have already introduced ext4_buffer_uptodate() to re-set the uptodate > bit on buffer which has been failed to write out to disk. Just remove > the redundant codes and switch to use ext4_buffer_uptodate() in > __ext4_get_inode_loc(). > > Signed-off-by: zhangyi (F) <yi.zhang@xxxxxxxxxx> Thanks, applied. - Ted