OSDN Git Service

don't pass nameidata to ->follow_link()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 2 May 2015 17:37:52 +0000 (13:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:20:15 +0000 (22:20 -0400)
commit6e77137b363b8d866ac29c5a0c95e953614fb2d8
tree63a8918e58914c9ae8b35fbad37d5472e943405d
parent8402752ecf829f67527072151fa680292a519193
don't pass nameidata to ->follow_link()

its only use is getting passed to nd_jump_link(), which can obtain
it from current->nameidata

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
31 files changed:
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
drivers/staging/lustre/lustre/llite/symlink.c
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c
fs/autofs4/symlink.c
fs/befs/linuxvfs.c
fs/cifs/cifsfs.h
fs/cifs/link.c
fs/configfs/symlink.c
fs/ecryptfs/inode.c
fs/ext4/symlink.c
fs/f2fs/namei.c
fs/fuse/dir.c
fs/gfs2/inode.c
fs/hostfs/hostfs_kern.c
fs/hppfs/hppfs.c
fs/kernfs/symlink.c
fs/libfs.c
fs/namei.c
fs/nfs/symlink.c
fs/overlayfs/inode.c
fs/proc/base.c
fs/proc/inode.c
fs/proc/namespaces.c
fs/proc/self.c
fs/proc/thread_self.c
fs/xfs/xfs_iops.c
include/linux/fs.h
include/linux/namei.h
mm/shmem.c