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)
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>

No differences found