diff options
author | Sage Weil <sage@newdream.net> | 2012-01-10 09:04:37 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-01-12 11:00:28 -0800 |
commit | 46f72b349290d2bd7aecea38f02609d814332df6 (patch) | |
tree | 4d9adf3578e3cc526c6756b1e5165a65ba285648 /include | |
parent | d46cfba5363a163851dc768f717f34185527a472 (diff) | |
download | linux-3.10-46f72b349290d2bd7aecea38f02609d814332df6.tar.gz linux-3.10-46f72b349290d2bd7aecea38f02609d814332df6.tar.bz2 linux-3.10-46f72b349290d2bd7aecea38f02609d814332df6.zip |
vfs: export symbol d_find_any_alias()
Ceph needs this.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index ed9f74f6c51..3871ba743b4 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -241,6 +241,7 @@ extern struct dentry * d_alloc(struct dentry *, const struct qstr *); extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *); extern struct dentry * d_splice_alias(struct inode *, struct dentry *); extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *); +extern struct dentry *d_find_any_alias(struct inode *inode); extern struct dentry * d_obtain_alias(struct inode *); extern void shrink_dcache_sb(struct super_block *); extern void shrink_dcache_parent(struct dentry *); |