staging: lustre: libcfs: remove use of __u* types
authorJames Simmons <jsimmons@infradead.org>
Thu, 17 Nov 2016 19:35:55 +0000 (14:35 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 07:47:32 +0000 (08:47 +0100)
commita7e1894c6d3c03ef694ee1b225672a41fa7e661e
tree4e94485fd1c004d062adccb2091a2fd4322daedb
parent4dd7020d51722ca9cbb68d8de907ef6d8493c2ca
staging: lustre: libcfs: remove use of __u* types

The __[u|s]* types are for UAPI headers or user
space. They shouldn't be used in core kernel code.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/libcfs/fail.c
drivers/staging/lustre/lnet/libcfs/hash.c
drivers/staging/lustre/lnet/libcfs/libcfs_string.c
drivers/staging/lustre/lnet/libcfs/linux/linux-module.c