Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_range
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Dec 2008 14:52:24 +0000 (09:52 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 14:52:24 +0000 (09:52 -0500)
commit7a865e8ac3a8ead776ea2c8c74fa2b2d00a2c9cf
treee7b425f7857f3643e911d268c779b61777d3e854
parent4bcabaa30a63a156fc50026f972377dada66452c
Btrfs: btrfs: pass void __user * to btrfs_ioctl_clone_range

Cleans the code up a little and also avoids a sparse warning due to the
incorrect cast in the current version of the code.

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