staging/lustre: Change ioctl user pointers in libcfs_ioctl_data
authorOleg Drokin <green@linuxhacker.ru>
Sun, 3 Jan 2016 17:05:38 +0000 (12:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:27:25 +0000 (14:27 -0800)
commit33ab3abce72e2a02a06e1927c0f2c7999e8b860e
treedd55eee3ed8067492d7311eea7aa01566d105ddb
parente2d52f7b3adb0e5b80a068a2b2628bc8c2e01c6d
staging/lustre: Change ioctl user pointers in libcfs_ioctl_data

Make them void __user * instead of char * (or char __user *),
void * removes the necessity of explicit casts to proper type
where people also need to remember __user qualifiers, so I think
it works better here.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_ioctl.h