aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2015-01-29 12:02:27 +0000
committerSasha Levin <sasha.levin@oracle.com>2015-10-27 22:14:23 -0400
commit9ebef9b7b9ea46b636c441989898aeef42bfe400 (patch)
tree02f73825810a3e77b9dcf62601abc7fe3320bf98 /fs
parent5d4beb9a5d8a8f91271436e8ee54bf1bdc1c936d (diff)
VFS: Introduce inode-getting helpers for layered/unioned fs environments
[ Upstream commit 155e35d4daa804582f75acaa2c74ec797a89c615 ] 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> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions