aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2013-01-29 06:04:50 +0000
committerJosef Bacik <jbacik@fusionio.com>2013-02-20 09:37:28 -0500
commit55e301fd57a6239ec14b91a1cf2e70b3dd135194 (patch)
treefe9765a071ef00dd13c144bcfc163584dfcebcbe /fs/btrfs/volumes.h
parentBtrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHS (diff)
downloadlinux-dev-55e301fd57a6239ec14b91a1cf2e70b3dd135194.tar.xz
linux-dev-55e301fd57a6239ec14b91a1cf2e70b3dd135194.zip
Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h
The header file will then be installed under /usr/include/linux so that userspace applications can refer to Btrfs ioctls by name and use the same structs used internally in the kernel. Signed-off-by: Filipe Brandenburger <filbranden@google.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index d3c3939ac751..12bb84166a5f 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -21,8 +21,8 @@
#include <linux/bio.h>
#include <linux/sort.h>
+#include <linux/btrfs.h>
#include "async-thread.h"
-#include "ioctl.h"
#define BTRFS_STRIPE_LEN (64 * 1024)