diff options
author | Christoph Hellwig <hch@lst.de> | 2008-08-11 09:49:12 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-10-23 05:13:02 -0400 |
commit | 9308a6128d9074e348d9f9b5822546fe12a794a9 (patch) | |
tree | 3b67f8b6381162b9ff0800eee8722081ef9ed039 /include/linux/dcache.h | |
parent | 440037287c5ebb07033ab927ca16bb68c291d309 (diff) |
[PATCH] kill d_alloc_anon
Remove d_alloc_anon now that no users are left.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 2404257d6c67..74c64ae30cf0 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -228,7 +228,6 @@ extern void d_delete(struct dentry *); | |||
228 | 228 | ||
229 | /* allocate/de-allocate */ | 229 | /* allocate/de-allocate */ |
230 | extern struct dentry * d_alloc(struct dentry *, const struct qstr *); | 230 | extern struct dentry * d_alloc(struct dentry *, const struct qstr *); |
231 | extern struct dentry * d_alloc_anon(struct inode *); | ||
232 | extern struct dentry * d_splice_alias(struct inode *, struct dentry *); | 231 | extern struct dentry * d_splice_alias(struct inode *, struct dentry *); |
233 | extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *); | 232 | extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *); |
234 | extern struct dentry * d_obtain_alias(struct inode *); | 233 | extern struct dentry * d_obtain_alias(struct inode *); |