diff options
author | 2020-09-24 15:33:34 +0800 | |
---|---|---|
committer | 2020-10-18 10:37:14 -0400 | |
commit | 60c776e50bc52a9334be8a49415479d5cb6ca2e2 (patch) | |
tree | 016eda3d8cd30f3dddec3b1ee446de1a28cccb6c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: use common helpers in all places reading metadata buffers (diff) | |
download | wireguard-linux-60c776e50bc52a9334be8a49415479d5cb6ca2e2.tar.xz wireguard-linux-60c776e50bc52a9334be8a49415479d5cb6ca2e2.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions