Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Dec 2016 03:16:12 +0000 (19:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Dec 2016 03:16:12 +0000 (19:16 -0800)
commit231753ef780012eb6f3922c3dfc0a7186baa33c2
treec580186402ac9c5d7392ba4516dd3c88588807ba
parent0110c350c86d511be2130cb2a30dcbb76c4af750
parentd16744ec8ad011793144bb932ce822cc0c1733cb
Merge uncontroversial parts of branch 'readlink' of git://git./linux/kernel/git/mszeredi/vfs

Pull partial readlink cleanups from Miklos Szeredi.

This is the uncontroversial part of the readlink cleanup patch-set that
simplifies the default readlink handling.

Miklos and Al are still discussing the rest of the series.

* git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  vfs: make generic_readlink() static
  vfs: remove ".readlink = generic_readlink" assignments
  vfs: default to generic_readlink()
  vfs: replace calling i_op->readlink with vfs_readlink()
  proc/self: use generic_readlink
  ecryptfs: use vfs_get_link()
  bad_inode: add missing i_op initializers
16 files changed:
Documentation/filesystems/vfs.txt
fs/btrfs/inode.c
fs/ceph/inode.c
fs/f2fs/namei.c
fs/fuse/dir.c
fs/libfs.c
fs/namei.c
fs/nfsd/nfs4xdr.c
fs/nfsd/vfs.c
fs/overlayfs/inode.c
fs/proc/inode.c
fs/ubifs/file.c
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_iops.c
include/linux/fs.h
mm/shmem.c