OSDN Git Service

f2fs: avoid using timespec
authorArnd Bergmann <arnd@arndb.de>
Thu, 19 Oct 2017 09:52:47 +0000 (11:52 +0200)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 16 Nov 2017 05:58:08 +0000 (21:58 -0800)
commit807486c79534a3e9286f40a3cbf908a827d5a957
tree478cc6c5cd08b422eaccb4df06fde173dcf4a211
parent03b1cb0bb4a2f4b1e512aa2b3dcaf22717e7e76e
f2fs: avoid using timespec

All uses of timespec are deprecated, and this one is not particularly
useful, as the documented method for converting seconds to jiffies
is to multiply by 'HZ'.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h