staging/lustre: use 64-bit timestamps in debugfs output
authorArnd Bergmann <arnd@arndb.de>
Sun, 27 Sep 2015 20:45:05 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:03:33 +0000 (04:03 +0200)
commit86655400c6e74751a73be82ea40d5ae6979c3225
treec40eea852f19fc60e021075073ac2fe119996a32
parent65f28840e4c653b7d78feabcb65280c09d3d0d23
staging/lustre: use 64-bit timestamps in debugfs output

Some lustre debugfs files contain the current time. Make sure
we use a format here that does not overflow 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/osc/lproc_osc.c