diff mbox series

fallocat06: Add git tag for Btrfs noCoW ENOSPC bug

Message ID 20210401105617.9320-1-mdoucha@suse.cz
State Accepted
Headers show
Series fallocat06: Add git tag for Btrfs noCoW ENOSPC bug | expand

Commit Message

Martin Doucha April 1, 2021, 10:56 a.m. UTC
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
 testcases/kernel/syscalls/fallocate/fallocate06.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Petr Vorel April 1, 2021, 11:22 a.m. UTC | #1
Hi Martin,

> + * 6d4572a9d71d ("Allow btrfs_truncate_block() to fallback to nocow for data
> + *              space reservation")

Thanks a lot, merged!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/fallocate/fallocate06.c b/testcases/kernel/syscalls/fallocate/fallocate06.c
index 409fd1321..ea21bd090 100644
--- a/testcases/kernel/syscalls/fallocate/fallocate06.c
+++ b/testcases/kernel/syscalls/fallocate/fallocate06.c
@@ -19,6 +19,8 @@ 
  *
  * This is also regression test for:
  * e093c4be760e ("xfs: Fix tail rounding in xfs_alloc_file_space()")
+ * 6d4572a9d71d ("Allow btrfs_truncate_block() to fallback to nocow for data
+ *              space reservation")
  */
 
 #define _GNU_SOURCE
@@ -259,6 +261,7 @@  static struct tst_test test = {
 	.cleanup = cleanup,
 	.tags = (const struct tst_tag[]) {
 		{"linux-git", "e093c4be760e"},
+		{"linux-git", "6d4572a9d71d"},
 		{}
 	}
 };