Commit 698f1e2b authored by Al Viro's avatar Al Viro

kill d_backing_dentry()

no users left
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 2fcd38f4
......@@ -530,21 +530,6 @@ static inline struct inode *d_backing_inode(const struct dentry *upper)
return inode;
}
/**
* d_backing_dentry - Get upper or lower dentry we should be using
* @upper: The upper layer
*
* This is the helper that should be used to get the dentry of the inode that
* will be used if this dentry were opened as a file. It may be the upper
* dentry or it may be a lower dentry pinned by the upper.
*
* Normal filesystems should not use this to access their own dentries.
*/
static inline struct dentry *d_backing_dentry(struct dentry *upper)
{
return upper;
}
/**
* d_real - Return the real dentry
* @dentry: the dentry to query
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment