From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Philipp Subject: [PATCH 4/5] Test the additional ioctl. Date: Wed, 13 Apr 2011 11:12:13 +0200 Message-ID: <1302685934-15737-5-git-send-email-philipp.andreas@gmail.com> References: <1302685934-15737-1-git-send-email-philipp.andreas@gmail.com> Cc: Andreas Philipp , lizf@cn.fujitsu.com To: linux-btrfs@vger.kernel.org Return-path: In-Reply-To: <1302685934-15737-1-git-send-email-philipp.andreas@gmail.com> List-ID: Signed-off-by: Andreas Philipp --- ioctl-test.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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) -- 1.7.4.1