switch ->put_link() from dentry to inode
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 May 2015 15:14:26 +0000 (11:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 12:13:12 +0000 (08:13 -0400)
commit5f2c4179e129bdc47870a81a65d0aff85aa18293
tree23418d022fad27038f37bececb15eef232567ab2
parentbda0be7ad994812960e9f8f2d2757f72cb4a96cb
switch ->put_link() from dentry to inode

only one instance looks at that argument at all; that sole
exception wants inode rather than dentry.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
15 files changed:
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
drivers/staging/lustre/lustre/llite/symlink.c
fs/configfs/symlink.c
fs/f2fs/namei.c
fs/fuse/dir.c
fs/hostfs/hostfs_kern.c
fs/hppfs/hppfs.c
fs/kernfs/symlink.c
fs/libfs.c
fs/namei.c
fs/overlayfs/inode.c
fs/proc/inode.c
include/linux/fs.h
mm/shmem.c
This page took 0.032528 seconds and 5 git commands to generate.