Re: [PATCH 08/10] fs: ceph: replace CURRENT_TIME by current_fs_time()

2016-02-02 Thread Yan, Zheng
> On Feb 3, 2016, at 14:07, Deepa Dinamani wrote: > > CURRENT_TIME macro is not appropriate for filesystems as it > doesn't use the right granularity for filesystem timestamps. > Use current_fs_time() instead. > > Signed-off-by: Deepa Dinamani > Cc: "Yan, Zheng" > Cc: Sage Weil > Cc: Ilya Dr

[PATCH 08/10] fs: ceph: replace CURRENT_TIME by current_fs_time()

2016-02-02 Thread Deepa Dinamani
CURRENT_TIME macro is not appropriate for filesystems as it doesn't use the right granularity for filesystem timestamps. Use current_fs_time() instead. Signed-off-by: Deepa Dinamani Cc: "Yan, Zheng" Cc: Sage Weil Cc: Ilya Dryomov Cc: ceph-de...@vger.kernel.org --- fs/ceph/file.c | 4 ++-- fs