Re: [PATCH v2] loop: Add test for changing capacity when filesystem is mounted

2019-01-22 Thread Omar Sandoval
On Mon, Jan 21, 2019 at 01:02:03PM +0100, Jan Kara wrote: > Add test for changing capacity of a loop device when a filesystem with > non-default block size is mounted on it. This is a regression test for > "blockdev: Fix livelocks on loop device". > > Signed-off-by: Jan Kara Thanks, Jan, applied

Re: [PATCH v2] loop: Add test for changing capacity when filesystem is mounted

2019-01-22 Thread Chaitanya Kulkarni
Looks good to me. Reviewed-by:- Chaitanya Kulkarni . From: linux-block-ow...@vger.kernel.org on behalf of Jan Kara Sent: Monday, January 21, 2019 4:02 AM To: Omar Sandoval Cc: linux-block@vger.kernel.org; Jan Kara Subject: [PATCH v2] loop: Add test for changing capacity when filesystem is

[PATCH v2] loop: Add test for changing capacity when filesystem is mounted

2019-01-21 Thread Jan Kara
Add test for changing capacity of a loop device when a filesystem with non-default block size is mounted on it. This is a regression test for "blockdev: Fix livelocks on loop device". Signed-off-by: Jan Kara --- tests/loop/007 | 39 +++ tests/loop/007.out