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>
Showing
- drivers/char/sonypi.c 1 addition, 1 deletiondrivers/char/sonypi.c
- drivers/platform/x86/sony-laptop.c 1 addition, 1 deletiondrivers/platform/x86/sony-laptop.c
- fs/attr.c 1 addition, 1 deletionfs/attr.c
- fs/bad_inode.c 1 addition, 1 deletionfs/bad_inode.c
- fs/binfmt_misc.c 1 addition, 1 deletionfs/binfmt_misc.c
- fs/btrfs/file.c 3 additions, 3 deletionsfs/btrfs/file.c
- fs/btrfs/inode.c 11 additions, 11 deletionsfs/btrfs/inode.c
- fs/btrfs/ioctl.c 4 additions, 4 deletionsfs/btrfs/ioctl.c
- fs/btrfs/transaction.c 2 additions, 2 deletionsfs/btrfs/transaction.c
- fs/btrfs/xattr.c 1 addition, 1 deletionfs/btrfs/xattr.c
- fs/ceph/file.c 2 additions, 2 deletionsfs/ceph/file.c
- fs/ceph/inode.c 1 addition, 1 deletionfs/ceph/inode.c
- fs/ceph/xattr.c 1 addition, 1 deletionfs/ceph/xattr.c
- fs/cifs/file.c 2 additions, 2 deletionsfs/cifs/file.c
- fs/configfs/inode.c 3 additions, 3 deletionsfs/configfs/inode.c
- fs/debugfs/inode.c 1 addition, 1 deletionfs/debugfs/inode.c
- fs/f2fs/xattr.c 1 addition, 1 deletionfs/f2fs/xattr.c
- fs/fat/file.c 1 addition, 1 deletionfs/fat/file.c
- fs/fuse/dir.c 1 addition, 1 deletionfs/fuse/dir.c
- fs/inode.c 3 additions, 3 deletionsfs/inode.c
Loading
Please register or sign in to comment