aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-08-11 15:49:12 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2008-10-23 05:13:02 -0400
commit9308a6128d9074e348d9f9b5822546fe12a794a9 (patch)
tree3b67f8b6381162b9ff0800eee8722081ef9ed039 /include/linux/dcache.h
parent440037287c5ebb07033ab927ca16bb68c291d309 (diff)
downloadkernel_samsung_smdk4412-9308a6128d9074e348d9f9b5822546fe12a794a9.zip
kernel_samsung_smdk4412-9308a6128d9074e348d9f9b5822546fe12a794a9.tar.gz
kernel_samsung_smdk4412-9308a6128d9074e348d9f9b5822546fe12a794a9.tar.bz2
[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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 2404257..74c64ae 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -228,7 +228,6 @@ extern void d_delete(struct dentry *);
/* allocate/de-allocate */
extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
-extern struct dentry * d_alloc_anon(struct inode *);
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_obtain_alias(struct inode *);