fs: Replace current_fs_time() with current_time()
authorDeepa Dinamani <deepa.kernel@gmail.com>
Wed, 14 Sep 2016 14:48:06 +0000 (07:48 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 Sep 2016 01:06:22 +0000 (21:06 -0400)
commitc2050a454c7f123d7a57fa1d76ff61bd43643abb
tree6f45ffffaf10f2534a38bfa28efb70ec24026a8d
parent02027d42c3f747945f19111d3da2092ed2148ac8
fs: Replace current_fs_time() with current_time()

current_fs_time() uses struct super_block* as an argument.
As per Linus's suggestion, this is changed to take struct
inode* as a parameter instead. This is because the function
is primarily meant for vfs inode timestamps.
Also the function was renamed as per Arnd's suggestion.

Change all calls to current_fs_time() to use the new
current_time() function instead. current_fs_time() will be
deleted.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
34 files changed:
drivers/char/sonypi.c
drivers/platform/x86/sony-laptop.c
fs/attr.c
fs/bad_inode.c
fs/binfmt_misc.c
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/transaction.c
fs/btrfs/xattr.c
fs/ceph/file.c
fs/ceph/inode.c
fs/ceph/xattr.c
fs/cifs/file.c
fs/configfs/inode.c
fs/debugfs/inode.c
fs/f2fs/xattr.c
fs/fat/file.c
fs/fuse/dir.c
fs/inode.c
fs/jfs/namei.c
fs/kernfs/inode.c
fs/locks.c
fs/nfsd/blocklayout.c
fs/ntfs/inode.c
fs/ntfs/mft.c
fs/orangefs/namei.c
fs/udf/ialloc.c
fs/udf/inode.c
fs/udf/namei.c
fs/xfs/xfs_acl.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_trans_inode.c