fs: mark __d_obtain_alias static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
95ad5c2913
commit
49c7dd287a
|
@ -1775,7 +1775,7 @@ struct dentry *d_find_any_alias(struct inode *inode)
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(d_find_any_alias);
|
EXPORT_SYMBOL(d_find_any_alias);
|
||||||
|
|
||||||
struct dentry *__d_obtain_alias(struct inode *inode, int disconnected)
|
static struct dentry *__d_obtain_alias(struct inode *inode, int disconnected)
|
||||||
{
|
{
|
||||||
static const struct qstr anonstring = QSTR_INIT("/", 1);
|
static const struct qstr anonstring = QSTR_INIT("/", 1);
|
||||||
struct dentry *tmp;
|
struct dentry *tmp;
|
||||||
|
|
Loading…
Reference in New Issue