summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-07-06 00:10:22 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-07-06 00:10:21 -0700
commitd429fdd458540d709ab71933d712120197a2b0d8 (patch)
treedfafebd870a7d79bd7dbaddcc1e0d6118dfd3455 /include/linux
parent67addccde1414fbd100a5d7ae0daf0fd0881dc17 (diff)
parenta97cb8dfea412ac4d42e1abcf9ed4ab0f8ebcbb3 (diff)
Merge "Revert "do d_instantiate/unlock_new_inode combinations safely""
Diffstat (limited to 'include/linux')
-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 9df992b818a4..c066f6b56e58 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -238,7 +238,6 @@ extern seqlock_t rename_lock;
* These are the low-level FS interfaces to the dcache..
*/
extern void d_instantiate(struct dentry *, struct inode *);
-extern void d_instantiate_new(struct dentry *, struct inode *);
extern struct dentry * d_instantiate_unique(struct dentry *, struct inode *);
extern int d_instantiate_no_diralias(struct dentry *, struct inode *);
extern void __d_drop(struct dentry *dentry);