Add the clone ioctl number
authorChris Mason <chris.mason@oracle.com>
Fri, 2 May 2008 15:05:21 +0000 (11:05 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Fri, 2 May 2008 15:05:21 +0000 (11:05 -0400)
ioctl.h

diff --git a/ioctl.h b/ioctl.h
index 8ad35fc..b0e73f5 100644 (file)
--- a/ioctl.h
+++ b/ioctl.h
@@ -36,6 +36,7 @@ struct btrfs_ioctl_vol_args {
                                   struct btrfs_ioctl_vol_args)
 #define BTRFS_IOC_SCAN_DEV _IOW(BTRFS_IOCTL_MAGIC, 4, \
                                   struct btrfs_ioctl_vol_args)
+#define BTRFS_IOC_CLONE        _IOW(BTRFS_IOCTL_MAGIC, 9, int)
 #define BTRFS_IOC_ADD_DEV _IOW(BTRFS_IOCTL_MAGIC, 10, \
                                   struct btrfs_ioctl_vol_args)
 #define BTRFS_IOC_RM_DEV _IOW(BTRFS_IOCTL_MAGIC, 11, \