Re: [PATCH v5] btrfs: add regression test for remount with thread_pool resized

2015-01-26 Thread Dave Chinner
On Mon, Jan 26, 2015 at 05:31:43PM +0800, Qu Wenruo wrote: > >+# get standard environment, filters and checks > >+. ./common/rc > >+. ./common/filter > >+ > >+# real QA test starts here > >+_supported_fs btrfs > >+_supported_os Linux > >+_require_scratch > >+ > >+_scratch_mkfs > /dev/null 2>&1 || _

Re: [PATCH v5] btrfs: add regression test for remount with thread_pool resized

2015-01-26 Thread Qu Wenruo
Original Message Subject: [PATCH v5] btrfs: add regression test for remount with thread_pool resized From: Xing Gu To: Date: 2015年01月26日 16:43 Regression test for a btrfs issue of resizing 'thread_pool' when remount the fs. This regression was introduced by the

[PATCH v5] btrfs: add regression test for remount with thread_pool resized

2015-01-26 Thread Xing Gu
Regression test for a btrfs issue of resizing 'thread_pool' when remount the fs. This regression was introduced by the following linux kernel commit: btrfs: Added btrfs_workqueue_struct implemented ordered execution based on kernel workqueue 08a9ff3264181986d1d692a4e6fce3669700c9f8 And