* [LTP] [PATCH] fallocat06: Add git tag for Btrfs noCoW ENOSPC bug
@ 2021-04-01 10:56 Martin Doucha
2021-04-01 11:22 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Martin Doucha @ 2021-04-01 10:56 UTC (permalink / raw)
To: ltp
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
testcases/kernel/syscalls/fallocate/fallocate06.c | 3 +++
1 file changed, 3 insertions(+)
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"},
{}
}
};
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH] fallocat06: Add git tag for Btrfs noCoW ENOSPC bug
2021-04-01 10:56 [LTP] [PATCH] fallocat06: Add git tag for Btrfs noCoW ENOSPC bug Martin Doucha
@ 2021-04-01 11:22 ` Petr Vorel
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2021-04-01 11:22 UTC (permalink / raw)
To: ltp
Hi Martin,
> + * 6d4572a9d71d ("Allow btrfs_truncate_block() to fallback to nocow for data
> + * space reservation")
Thanks a lot, merged!
Kind regards,
Petr
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-01 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01 10:56 [LTP] [PATCH] fallocat06: Add git tag for Btrfs noCoW ENOSPC bug Martin Doucha
2021-04-01 11:22 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox