Re: [f2fs-dev] [PATCH] f2fs: avoid using timespec

2017-10-22 Thread Chao Yu
On 2017/10/19 17:52, Arnd Bergmann wrote: > 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 Reviewed-by: Chao Yu Thanks, > --- > fs/f2fs/f2fs.

[f2fs-dev] [PATCH] f2fs: avoid using timespec

2017-10-19 Thread Arnd Bergmann
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 --- fs/f2fs/f2fs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/f2fs/f2fs.h b/