From 98baacc62343ae0eab8b265ea376e59e0aa70c1e Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Thu, 12 Apr 2007 10:51:51 -0400 Subject: add disk ioctl --- ioctl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ioctl.h') diff --git a/ioctl.h b/ioctl.h index 201fb327..497fadd9 100644 --- a/ioctl.h +++ b/ioctl.h @@ -10,4 +10,6 @@ struct btrfs_ioctl_vol_args { #define BTRFS_IOC_SNAP_CREATE _IOW(BTRFS_IOCTL_MAGIC, 1, \ struct btrfs_ioctl_vol_args) +#define BTRFS_IOC_ADD_DISK _IOW(BTRFS_IOCTL_MAGIC, 2, \ + struct btrfs_ioctl_vol_args) #endif -- cgit v1.2.3