]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: clean up btrfs_ioctl a little bit
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Dec 2008 11:36:08 +0000 (06:36 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 11:36:08 +0000 (06:36 -0500)
commita7194e133a10beb23280a04ba17eea773dff21c5
tree4f6575aca5209748a716eeac2c3fb0bb0263daa5
parent9de9ff48a9128d56e397be7c0b91478590aee980
Btrfs: clean up btrfs_ioctl a little bit

Provide a void __user *argp pointer so that we can avoid duplicating
the cast for various sub-command calls.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/btrfs/ioctl.c