Re: [lustre-devel] [PATCH v4] staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'

2017-12-24 Thread Dilger, Andreas
On Dec 19, 2017, at 10:56, Roman Storozhenko wrote: > > 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 >

[PATCH v4] staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'

2017-12-19 Thread Roman Storozhenko
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