Re: [PATCH v4 25/26] time: Delete current_fs_time() function

2016-08-17 Thread John Stultz
On Sat, Aug 13, 2016 at 3:48 PM, Deepa Dinamani wrote: > All uses of the current_fs_time() function have been > replaced by other time interfaces. > > And, its use cases can be fulfilled by current_time() > or ktime_get_* variants. > > Signed-off-by: Deepa Dinamani > Reviewed-by: Arnd Bergmann >

[PATCH v4 25/26] time: Delete current_fs_time() function

2016-08-14 Thread Deepa Dinamani
All uses of the current_fs_time() function have been replaced by other time interfaces. And, its use cases can be fulfilled by current_time() or ktime_get_* variants. Signed-off-by: Deepa Dinamani Reviewed-by: Arnd Bergmann Cc: John Stultz Cc: Thomas Gleixner --- include/linux/fs.h | 1 - k