staging/lustre: change rq_at_index type
authorArnd Bergmann <arnd@arndb.de>
Sun, 27 Sep 2015 20:45:08 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:03:34 +0000 (04:03 +0200)
commitc8ff18106cf12af944c0c33ada5aa9a0a0e54048
treefac4cfa81ef244dcafcecc8b44606f5540aa257d
parent98f2d643e3597bf42fa6c2c2fa12b99fe4afb3bc
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>
drivers/staging/lustre/lustre/include/lustre_net.h
This page took 0.026579 seconds and 5 git commands to generate.