summaryrefslogtreecommitdiff
path: root/btrfsctl.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-04-28 16:44:22 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2008-04-28 16:44:22 -0400
commitb327761ead72a42f253bb45b6b03fefdb15edec4 (patch)
tree2d536c30e3a7a2e01f3226b75bb2f431da10638d /btrfsctl.c
parent083faf794fd87a7897545a2a16a15599f62beffb (diff)
Add btrfs-vol command to balance, add and (eventually) remove devices
Diffstat (limited to 'btrfsctl.c')
-rw-r--r--btrfsctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/btrfsctl.c b/btrfsctl.c
index 8e8cefa2..53b43b61 100644
--- a/btrfsctl.c
+++ b/btrfsctl.c
@@ -36,7 +36,6 @@
#ifdef __CHECKER__
#define BLKGETSIZE64 0
#define BTRFS_IOC_SNAP_CREATE 0
-#define BTRFS_IOC_ADD_DISK 0
#define BTRFS_VOL_NAME_MAX 255
struct btrfs_ioctl_vol_args { char name[BTRFS_VOL_NAME_MAX]; };
static inline int ioctl(int fd, int define, void *arg) { return 0; }