On Wed, Jan 30, 2019 at 02:49:39PM +0800, zhangyi (F) wrote: > 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@xxxxxxx> > Signed-off-by: zhangyi (F) <yi.zhang@xxxxxxxxxx> > Reviewed-by: Jan Kara <jack@xxxxxxx> Thanks, applied. - Ted