Btrfs: split out ioctl.c
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Jun 2008 01:53:53 +0000 (21:53 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:03 +0000 (11:04 -0400)
commitf46b5a66b3316ef2f8febfe4c56e2d555e2c3979
treedc3a5898d323539728576df50f8be621936d6f04
parent9d2423c5c3fbb0f110ac0b6cdc5a8e4d64729483
Btrfs: split out ioctl.c

Split the ioctl handling out of inode.c into a file of it's own.
Also fix up checkpatch.pl warnings for the moved code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/Makefile
fs/btrfs/ctree.h
fs/btrfs/inode.c
fs/btrfs/ioctl.c [new file with mode: 0644]