]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit300d92d5c979b648f2c09af9a5b761fbc1bab17d
tree63a8918e58914c9ae8b35fbad37d5472e943405d
parent1ec4f51fd662a734c497a70b00cc5fb2b4ede704
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