diff options
author | Filipe Brandenburger <filbranden@google.com> | 2013-01-29 06:04:50 +0000 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-02-20 09:37:28 -0500 |
commit | 55e301fd57a6239ec14b91a1cf2e70b3dd135194 (patch) | |
tree | fe9765a071ef00dd13c144bcfc163584dfcebcbe /fs/btrfs/backref.h | |
parent | 82b22ac8f651aebbf0149cbbbd5808f07753b09c (diff) | |
download | linux-55e301fd57a6239ec14b91a1cf2e70b3dd135194.tar.gz linux-55e301fd57a6239ec14b91a1cf2e70b3dd135194.tar.bz2 linux-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/backref.h')
-rw-r--r-- | fs/btrfs/backref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index d61feca79455..310a7f6d09b1 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h @@ -19,7 +19,7 @@ #ifndef __BTRFS_BACKREF__ #define __BTRFS_BACKREF__ -#include "ioctl.h" +#include <linux/btrfs.h> #include "ulist.h" #include "extent_io.h" |