]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/lustre/llite: Update llite_lib.c with proper __user attributes
authorOleg Drokin <green@linuxhacker.ru>
Sun, 3 Jan 2016 17:05:50 +0000 (12:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:34:00 +0000 (14:34 -0800)
commit7ac5db212d5cf77b84e9d3bd300056c217d6e49e
tree1d8396c066bcd99a740f9a67a95728dd4e99b0f9
parent55f37f01f92163760970a4b866caf8cef2f57f12
staging/lustre/llite: Update llite_lib.c with proper __user attributes

Casts for get/put_user and copy_to/from_user should have __user
attribute for the userspace buffer address.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c