Re: [RESEND PATCH] fs: jfs: Replace CURRENT_TIME_SEC by current_time()
Dave Kleikamp <[email protected]>
| Newsgroups | gmane.comp.file-systems.jfs.general |
|---|---|
| Message-ID | <40f2bfb8-fa81-f21a-551b-c559bf0a0048__23774.3299956948$1478889794$gmane$org@oracle.com> |
On 11/11/2016 12:00 PM, Deepa Dinamani wrote: > jfs uses nanosecond granularity for filesystem timestamps. > Only this assignment is not using nanosecond granularity. > Use current_time() to get the right granularity. I had thought these were being handled as a group. I'll push this one through the jfs tree. Thanks, Shaggy > > Signed-off-by: Deepa Dinamani <[email protected]> > Acked-by: Dave Kleikamp <[email protected]> > Reviewed-by: Arnd Bergmann <[email protected]> > --- > fs/jfs/ioctl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/jfs/ioctl.c b/fs/jfs/ioctl.c > index 8653cac..b6fd1ff 100644 > --- a/fs/jfs/ioctl.c > +++ b/fs/jfs/ioctl.c > @@ -121,7 +121,7 @@ long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) > > jfs_set_inode_flags(inode); > inode_unlock(inode); > - inode->i_ctime = CURRENT_TIME_SEC; > + inode->i_ctime = current_time(inode); > mark_inode_dirty(inode); > setflags_out: > mnt_drop_write_file(filp); > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi