Re: [PATCH v2 1/2] loop: replace kill_bdev with invalidate_bdev
From: Bart Van Assche <bvanassche@acm.org>
Date: 2020-06-18 02:14:37
Also in:
linux-fsdevel
From: Bart Van Assche <bvanassche@acm.org>
Date: 2020-06-18 02:14:37
Also in:
linux-fsdevel
On 2020-05-30 04:40, Zheng Bin wrote:
When a filesystem is mounted on a loop device and on a loop ioctl LOOP_SET_STATUS64, because of kill_bdev, buffer_head mappings are getting destroyed.
Reviewed-by: Bart Van Assche <bvanassche@acm.org>