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, 26 Oct 2017 08:44:25 +0000 (10:44 +0200)
commit6bccfa19bb3ba31ebe9abc3ec95b27cc4667194e
tree067e363302830eb338ec5f000cfe9ea9326ce282
parent7e515b31d44dcd20a98c938dfdc21877a30042a0
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