]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h
authorFilipe Brandenburger <filbranden@google.com>
Tue, 29 Jan 2013 06:04:50 +0000 (06:04 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 14:37:28 +0000 (09:37 -0500)
commitd0a669501a4141b8760acbc2f9eefaab82b3ed0b
treefe9765a071ef00dd13c144bcfc163584dfcebcbe
parent8bbf9793160772d98a4f45690256478768f0d34c
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>
12 files changed:
fs/btrfs/backref.h
fs/btrfs/ctree.h
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/ioctl.h [deleted file]
fs/btrfs/qgroup.c
fs/btrfs/super.c
fs/btrfs/volumes.h
include/linux/btrfs.h [new file with mode: 0644]
include/uapi/linux/Kbuild
include/uapi/linux/btrfs.h [new file with mode: 0644]