]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/lustre: Update user pointers in struct obd_ioctl_data
authorOleg Drokin <green@linuxhacker.ru>
Sun, 3 Jan 2016 17:05:39 +0000 (12:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:27:25 +0000 (14:27 -0800)
commit922cb32ca374fb729194d087c8f9aa17205d586e
tree6d88349178e0ec78d58eabcabf55bc60d5924bc4
parent33ab3abce72e2a02a06e1927c0f2c7999e8b860e
staging/lustre: Update user pointers in struct obd_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/lustre/include/lustre_lib.h