commit | 60c776e50bc52a9334be8a49415479d5cb6ca2e2 | [log] [tgz] |
---|---|---|
author | zhangyi (F) <yi.zhang@huawei.com> | Thu Sep 24 15:33:34 2020 +0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 18 10:37:14 2020 -0400 |
tree | 016eda3d8cd30f3dddec3b1ee446de1a28cccb6c | |
parent | 2d069c0889ef0decda7af6ecbdc63b680b767749 [diff] |
ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() 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@huawei.com> Link: https://lore.kernel.org/r/20200924073337.861472-5-yi.zhang@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>