diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2015-09-27 23:45:08 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-29 05:03:34 +0300 |
| commit | c8ff18106cf12af944c0c33ada5aa9a0a0e54048 (patch) | |
| tree | fac4cfa81ef244dcafcecc8b44606f5540aa257d /include/linux/moduleparam.h | |
| parent | 98f2d643e3597bf42fa6c2c2fa12b99fe4afb3bc (diff) | |
| download | linux-c8ff18106cf12af944c0c33ada5aa9a0a0e54048.tar.xz | |
staging/lustre: change rq_at_index type
The rq_at_index member of ptlrpc_request is incorrectly declared as
time_t, when it is only used as an index into an array, and assigned
from a __u32 variable.
This changes the type to u32, so we can kill off another use of time_t.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/moduleparam.h')
0 files changed, 0 insertions, 0 deletions
