ovl: use vfs_get_link()
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 4 Oct 2016 12:40:45 +0000 (14:40 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 14 Oct 2016 09:16:47 +0000 (11:16 +0200)
commit7764235becf3b72bd124400fbffe670531322135
tree9377570db6422ab76c10617bea548a1f4e41311e
parentd60874cd58fcb21372f2df698c20f8cf2f78fdcb
ovl: use vfs_get_link()

Resulting in a complete removal of a function basically implementing the
inverse of vfs_readlink().

As a bonus, now the proper security hook is also called.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/copy_up.c
fs/overlayfs/inode.c