commit | bf823c82e3fe7de3ea582367cc062cb08afafada | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Oct 19 11:52:47 2017 +0200 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 15 22:09:54 2017 -0800 |
tree | 7c9abe760fce184a46b5bd9ee5217504006e31ad | |
parent | c70ab1b9932136c55f68084b9967838bf94b1601 [diff] |
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>