]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: use ->readlink to implement the readlink_by_handle ioctl
authorChristoph Hellwig <hch@lst.de>
Tue, 5 Apr 2016 21:50:54 +0000 (07:50 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 5 Apr 2016 21:50:54 +0000 (07:50 +1000)
commitbfe8804d908a791b16e3686c101f0d7eca9fb5b9
tree27e4b81319999af23a20fcceace84a2b922ad5fe
parent2b3d1d41b4d96c3b074096ae57b27cd191969643
xfs: use ->readlink to implement the readlink_by_handle ioctl

Also drop the now unused readlink_copy export.

[dchinner: use d_inode(dentry) rather than dentry->d_inode]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/namei.c
fs/xfs/xfs_ioctl.c