Message ID | 1302685934-15737-5-git-send-email-philipp.andreas@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ioctl-test.c b/ioctl-test.c index 7cf3bc2..1c27d61 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)
Signed-off-by: Andreas Philipp <philipp.andreas@gmail.com> --- ioctl-test.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)