staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'
authorRoman Storozhenko <romeusmeister@gmail.com>
Tue, 19 Dec 2017 17:56:54 +0000 (20:56 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Dec 2017 17:22:07 +0000 (18:22 +0100)
commita1b475afe31ad3359396b8515ed3c195bdf7772d
tree9b87da25fe2e7179d52753f8de01d4ef28e33de2
parent37edc1ccc9e1b61cbcfa8cc6bab463cba397bbe2
staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'

There are two reasons for replacing 'uint32_t' with 'u32'
and 'uint64_t' with 'u64':

1) As Linus Torvalds have said we should use kernel types:
http://lkml.iu.edu/hypermail//linux/kernel/1506.0/00160.html

2) There are only few places in the lustre codebase that use such types.
In the most cases it uses 'u32' and 'u64'.

Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_sec.h
drivers/staging/lustre/lustre/llite/vvp_dev.c
drivers/staging/lustre/lustre/lov/lov_internal.h
drivers/staging/lustre/lustre/osc/osc_internal.h