fs: jfs: Replace CURRENT_TIME_SEC by current_time()
authorDeepa Dinamani <deepa.kernel@gmail.com>
Fri, 11 Nov 2016 18:00:53 +0000 (10:00 -0800)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 11 Nov 2016 21:51:39 +0000 (15:51 -0600)
commit362ad5d58e9ae54d15abbe4822e626be907308fe
tree25d7bdb680177bc44f4d6298c8f550e5fc7a5ed6
parent015ed9433be2b476ec7e2e6a9a411a56e3b5b035
fs: jfs: Replace CURRENT_TIME_SEC by current_time()

jfs uses nanosecond granularity for filesystem timestamps.
Only this assignment is not using nanosecond granularity.
Use current_time() to get the right granularity.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/ioctl.c