summaryrefslogtreecommitdiff
path: root/ioctl.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-08-07 16:15:59 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-08-07 16:15:59 -0400
commit0528b69c1507dbbde9038e7705fc15cc06e9f33b (patch)
tree370c0d5490d4b17aa603c907bf8575af0976c185 /ioctl.h
parent330f6227aa409f720157fcef35bc8642190a2fb1 (diff)
add defrag ioctl
Diffstat (limited to 'ioctl.h')
-rw-r--r--ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioctl.h b/ioctl.h
index 23bed48c..8bc47dec 100644
--- a/ioctl.h
+++ b/ioctl.h
@@ -28,6 +28,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, \
+#define BTRFS_IOC_DEFRAG _IOW(BTRFS_IOCTL_MAGIC, 2, \
struct btrfs_ioctl_vol_args)
#endif