summaryrefslogtreecommitdiff
path: root/ioctl-test.c
diff options
context:
space:
mode:
authorAndreas Philipp <philipp.andreas@gmail.com>2011-04-26 10:02:43 +0200
committerChris Mason <chris.mason@oracle.com>2011-10-25 09:18:58 -0400
commit97ecf6ad90db0475b7847258e5f4505fbe4ea7bc (patch)
tree9420d002b5d94555d3a1da34125ca02ddf35c71a /ioctl-test.c
parent681c1d64a9adb95a661518c59bf36ae044bed1ab (diff)
Test the additional ioctl.
Signed-off-by: Andreas Philipp <philipp.andreas@gmail.com> Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
Diffstat (limited to 'ioctl-test.c')
-rw-r--r--ioctl-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ioctl-test.c b/ioctl-test.c
index 7cf3bc28..1c27d616 100644
--- a/ioctl-test.c
+++ b/ioctl-test.c
@@ -22,6 +22,7 @@ unsigned long ioctls[] = {
BTRFS_IOC_INO_LOOKUP,
BTRFS_IOC_DEFAULT_SUBVOL,
BTRFS_IOC_SPACE_INFO,
+ BTRFS_IOC_SNAP_CREATE_V2,
0 };
int main(int ac, char **av)