VFS: Introduce inode-getting helpers for layered/unioned fs environments
authorDavid Howells <dhowells@redhat.com>
Thu, 29 Jan 2015 12:02:27 +0000 (12:02 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Feb 2015 16:38:15 +0000 (11:38 -0500)
commit155e35d4daa804582f75acaa2c74ec797a89c615
tree322e9d089bd5610164aeadf164a237328cb0b19c
parentce7b9facdf43b42fb95bdff9069aefeddb7d0a69
VFS: Introduce inode-getting helpers for layered/unioned fs environments

Introduce some function for getting the inode (and also the dentry) in an
environment where layered/unioned filesystems are in operation.

The problem is that we have places where we need *both* the union dentry and
the lower source or workspace inode or dentry available, but we can only have
a handle on one of them.  Therefore we need to derive the handle to the other
from that.

The idea is to introduce an extra field in struct dentry that allows the union
dentry to refer to and pin the lower dentry.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/dcache.h