diff options
author | Xing Gu <gux.fnst@cn.fujitsu.com> | 2015-02-12 14:14:00 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-02-12 14:14:00 +1100 |
commit | 5e8b9e64ecf0d2d3670d99b80d427090c49bbf82 (patch) | |
tree | b74888636cf7ccb9abb1d5749637f0d741a9abb8 /tests/btrfs/group | |
parent | aa4efc97df570511ddf6f339a76fd0816da6b8a8 (diff) |
btrfs: add regression test for remount with thread_pool resized
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 it was fixed by the following linux kernel commit:
btrfs: fix crash in remount(thread_pool=) case
800ee2247f483b6d05ed47ef3bbc90b56451746c
Signed-off-by: Xing Gu <gux.fnst@cn.fujitsu.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'tests/btrfs/group')
-rw-r--r-- | tests/btrfs/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/btrfs/group b/tests/btrfs/group index e29999b0..fd2fa76d 100644 --- a/tests/btrfs/group +++ b/tests/btrfs/group @@ -84,3 +84,4 @@ 079 auto rw metadata 080 auto snapshot 081 auto quick clone +082 auto quick remount |