All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] btrfs-progs: tests: fix no acl support
@ 2023-06-20  8:49 Anand Jain
  2023-06-20  8:49 ` [PATCH 1/6] btrfs-progs: tests: add helper check_prereq_btrfsacl Anand Jain
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Anand Jain @ 2023-06-20  8:49 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Anand Jain

Btrfs ACL support is a compiling time optional feature, instead of
failing the test cases, let them say notrun. This set fixes it.

Patch 1/6 is preparatory adds helper to check for btrfs acl support.
Patches 2-6/6 are actual fixes.

Thanks.

Anand Jain (6):
  btrfs-progs: tests: add helper check_prereq_btrfsacl
  btrfs-progs: tests: misc/057-btrfstune-free-space-tree check for btrfs
    acl support
  btrfs-progs: tests: convert/001-ext2-basic check for btrfs acl support
  btrfs-progs: tests: convert/003-ext4-basic check for btrfs acl support
  btrfs-progs: tests: convert/005-delete-all-rollback check for btrfs
    acl support
  btrfs-progs: tests: convert/006-large-hole-extent check for btrfs acl
    support

 tests/common                                        | 13 +++++++++++++
 tests/convert-tests/001-ext2-basic/test.sh          |  1 +
 tests/convert-tests/003-ext4-basic/test.sh          |  1 +
 tests/convert-tests/005-delete-all-rollback/test.sh |  1 +
 tests/convert-tests/006-large-hole-extent/test.sh   |  1 +
 .../057-btrfstune-free-space-tree/test.sh           |  1 +
 6 files changed, 18 insertions(+)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-06-22  8:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20  8:49 [PATCH 0/6] btrfs-progs: tests: fix no acl support Anand Jain
2023-06-20  8:49 ` [PATCH 1/6] btrfs-progs: tests: add helper check_prereq_btrfsacl Anand Jain
2023-06-21 14:56   ` David Sterba
2023-06-22  8:11     ` Anand Jain
2023-06-20  8:49 ` [PATCH 2/6] btrfs-progs: tests: misc/057-btrfstune-free-space-tree check for btrfs acl support Anand Jain
2023-06-21 14:58   ` David Sterba
2023-06-22  8:12     ` Anand Jain
2023-06-20  8:49 ` [PATCH 3/6] btrfs-progs: tests: convert/001-ext2-basic " Anand Jain
2023-06-20  8:50 ` [PATCH 4/6] btrfs-progs: tests: convert/003-ext4-basic " Anand Jain
2023-06-20  8:50 ` [PATCH 5/6] btrfs-progs: tests: convert/005-delete-all-rollback " Anand Jain
2023-06-20  8:50 ` [PATCH 6/6] btrfs-progs: tests: convert/006-large-hole-extent " Anand Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.