Skip to content

Commit 3e5cecf

Browse files
committed
Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggy
Pull jfs update from David Kleikamp: "The jfs piece of the current_time() series" * tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggy: fs: jfs: Replace CURRENT_TIME_SEC by current_time()
2 parents cdb98c2 + 362ad5d commit 3e5cecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/jfs/ioctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ long jfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
121121

122122
jfs_set_inode_flags(inode);
123123
inode_unlock(inode);
124-
inode->i_ctime = CURRENT_TIME_SEC;
124+
inode->i_ctime = current_time(inode);
125125
mark_inode_dirty(inode);
126126
setflags_out:
127127
mnt_drop_write_file(filp);

0 commit comments

Comments
 (0)