From 45195b216d5da399aa71c11f111b2c0b45e54c82 Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Mon, 21 Sep 2009 16:03:57 -0400 Subject: btrfsctl: add snapshot/subvolume destroy ioctl resend Aaron Straus's patch Signed-off-by: Yan Zheng Signed-off-by: Chris Mason --- ioctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ioctl.h') diff --git a/ioctl.h b/ioctl.h index a084f33e..4410ac02 100644 --- a/ioctl.h +++ b/ioctl.h @@ -56,4 +56,7 @@ struct btrfs_ioctl_vol_args { /* 13 is for CLONE_RANGE */ #define BTRFS_IOC_SUBVOL_CREATE _IOW(BTRFS_IOCTL_MAGIC, 14, \ struct btrfs_ioctl_vol_args) + +#define BTRFS_IOC_SNAP_DESTROY _IOW(BTRFS_IOCTL_MAGIC, 15, \ + struct btrfs_ioctl_vol_args) #endif -- cgit v1.2.3