669700c9f8
And it was fixed by the following linux kernel commit:
btrfs: fix crash in remount(thread_pool=) case
800ee2247f483b6d05ed47ef3bbc90b56451746c
Signed-off-by: Xing Gu
---
v5->v6: Add a filter to wipe "Performing full device TRIM" and
"Turning ON incomp
669700c9f8
And it was fixed by the following linux kernel commit:
btrfs: fix crash in remount(thread_pool=) case
800ee2247f483b6d05ed47ef3bbc90b56451746c
Signed-off-by: Xing Gu
---
v4->v5: Redirect stderr to /dev/null.
v3->v4: Remove the check for a bug message.
v2->v3: Add the
Signed-off-by: Xing Gu
---
utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils.c b/utils.c
index 9b08144..48f85b1 100644
--- a/utils.c
+++ b/utils.c
@@ -750,7 +750,7 @@ int btrfs_prepare_device(int fd, char *file, int zero_end,
u64 *block_count_ret
669700c9f8
And it was fixed by the following linux kernel commit:
btrfs: fix crash in remount(thread_pool=) case
800ee2247f483b6d05ed47ef3bbc90b56451746c
Signed-off-by: Xing Gu
---
v3->v4: Remove the check for a bug message.
v2->v3: Add the regresssion commit in description.
669700c9f8
And it was fixed by the following linux kernel commit:
btrfs: fix crash in remount(thread_pool=) case
800ee2247f483b6d05ed47ef3bbc90b56451746c
Signed-off-by: Xing Gu
---
tests/btrfs/082 | 70 +
tests/btrfs/082.out | 2 ++
t
Regression test for a btrfs issue of resizing 'thread_pool'
when remount the fs.
Signed-off-by: Xing Gu
---
tests/btrfs/017 | 64 +
tests/btrfs/017.out | 1 +
tests/btrfs/group | 1 +
3 files changed, 66 insertions(+)
c
Regression test for resizing 'thread_pool' when remount the fs.
Signed-off-by: Xing Gu
---
tests/btrfs/055 | 55 +
tests/btrfs/055.out | 1 +
tests/btrfs/group | 1 +
3 files changed, 57 insertions(+)
create mode 100755 t