Re: [PATCH] fstests: generic: splitted large dio write could trigger assertion on btrfs

2017-01-25 Thread Liu Bo
On Mon, Jan 16, 2017 at 12:30:59PM +0800, Eryu Guan wrote: > On Thu, Jan 12, 2017 at 02:22:06PM -0800, Liu Bo wrote: > > On btrfs, if a large dio write (>=128MB) got splitted, the > > outstanding_extents > > assertion would complain. Note that CONFIG_BTRFS_ASSERT is required. > > > > Regression

Re: [PATCH] fstests: generic: splitted large dio write could trigger assertion on btrfs

2017-01-15 Thread Eryu Guan
On Thu, Jan 12, 2017 at 02:22:06PM -0800, Liu Bo wrote: > On btrfs, if a large dio write (>=128MB) got splitted, the outstanding_extents > assertion would complain. Note that CONFIG_BTRFS_ASSERT is required. > > Regression test for > Btrfs: adjust outstanding_extents counter properly when dio

[PATCH] fstests: generic: splitted large dio write could trigger assertion on btrfs

2017-01-12 Thread Liu Bo
On btrfs, if a large dio write (>=128MB) got splitted, the outstanding_extents assertion would complain. Note that CONFIG_BTRFS_ASSERT is required. Regression test for Btrfs: adjust outstanding_extents counter properly when dio write is split Signed-off-by: Liu Bo --- I