]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0827524e12fcd25f57d075530a89982ddf8f7b39
tree9377570db6422ab76c10617bea548a1f4e41311e
parent076005c291d59622eb24160630e81fb7caa6e051
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