ext3/ioctl.c: silence sparse warnings about different address spaces
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 10 Jun 2011 21:59:05 +0000 (14:59 -0700)
committerJan Kara <jack@suse.cz>
Sat, 25 Jun 2011 15:29:53 +0000 (17:29 +0200)
commit81fe8c62febade6b5d0915269b06a0c50448da27
tree435b649c80f6faae3146abef62c478b62b74ad7f
parentad434017718a725b1695fb2ebfff312cf3693d3b
ext3/ioctl.c: silence sparse warnings about different address spaces

The 'from' argument for copy_from_user and the 'to' argument for
copy_to_user should both be tagged as __user address space.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/ioctl.c