]> Pileus Git - ~andy/linux/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)
commit55e301fd57a6239ec14b91a1cf2e70b3dd135194
treefe9765a071ef00dd13c144bcfc163584dfcebcbe
parent82b22ac8f651aebbf0149cbbbd5808f07753b09c
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>
fs/btrfs/backref.h
fs/btrfs/ctree.h
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
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 [moved from fs/btrfs/ioctl.h with 99% similarity]