]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre: use 64-bit time for debugfs output
authorArnd Bergmann <arnd@arndb.de>
Sun, 27 Sep 2015 20:45:18 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:03:36 +0000 (04:03 +0200)
commitdfe74168ddf1da8b1a6717df9af559fe56369666
tree672f67286c2647b9a180400cdef6e4a32a7aa0df
parentbc46539dd589efe0296bcaef5d3815ce91636e50
staging/lustre: use 64-bit time for debugfs output

This time is only printed in debugfs, and can be easily converted
to 64-bit to avoid overflowing on 32-bit systems in 2038.

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_import.h
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c
drivers/staging/lustre/lustre/ptlrpc/events.c
drivers/staging/lustre/lustre/ptlrpc/import.c