]> 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)
commitd6e41dc995afe08cd72b2fad893b4178794c158b
tree9377570db6422ab76c10617bea548a1f4e41311e
parent2ee225ab5ecf21877986581fdc957069026f0e61
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