commit | 81fe8c62febade6b5d0915269b06a0c50448da27 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri Jun 10 14:59:05 2011 -0700 |
committer | Jan Kara <jack@suse.cz> | Sat Jun 25 17:29:53 2011 +0200 |
tree | 435b649c80f6faae3146abef62c478b62b74ad7f | |
parent | ad434017718a725b1695fb2ebfff312cf3693d3b [diff] |
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>