staging/lustre: use 64-bit times in another debug print
authorArnd Bergmann <arnd@arndb.de>
Sun, 27 Sep 2015 20:45:26 +0000 (16:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:06:15 +0000 (04:06 +0200)
commit8d7eed54a2391db16f184b18cde5c1824775ebdc
treefb953a24b30dc45f810e52ea2013919417149c26
parent589bfa37692c61e6f07ed0d65fbfbd478694bc22
staging/lustre: use 64-bit times in another debug print

The ll_setattr_raw() function prints the new inode timestamps
along with the current time using '%lu', which overflows in
2106. This changes the printing of the current time for
now, the other two will change when we migrate the VFS code
to use 64-bit timestamps.

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/llite/llite_lib.c