commit | 16e08b14a4550bb167c48e918b26ef0d4980e9d1 | [log] [tgz] |
---|---|---|
author | zhangyi (F) <yi.zhang@huawei.com> | Sun Feb 10 23:32:07 2019 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Feb 10 23:32:07 2019 -0500 |
tree | 5993d16cf13cdd5f6a6cf8402a79c26375cafd35 | |
parent | 597599268e3b91cac71faf48743f4783dec682fc [diff] |
ext4: cleanup clean_bdev_aliases() calls Now, we have already handle all cases of forgetting buffer in jbd2_journal_forget(), the buffer should not be mapped to blockdevice when reallocating it. So this patch remove all clean_bdev_aliases() and clean_bdev_bh_alias() calls which were invoked by ext4 explicitly. Suggested-by: Jan Kara <jack@suse.cz> Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>