]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
VFS: Handle lower layer dentry/inode in pathwalk
authorDavid Howells <dhowells@redhat.com>
Wed, 6 May 2015 14:59:00 +0000 (15:59 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 12:13:10 +0000 (08:13 -0400)
commit63afdfc781e10c6b3ec38274e6163422876caa9a
treef6f27074c78bbc7831df32d4c77aebb02fce6b81
parent237d8b327abb428ff39b49e32ce07fdac468e32f
VFS: Handle lower layer dentry/inode in pathwalk

Make use of d_backing_inode() in pathwalk to gain access to an
inode or dentry that's on a lower layer.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/namei.c
fs/open.c