diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-05-26 09:16:25 +0200 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2018-05-26 09:16:25 +0200 |
| commit | ed0d523adb5d05d6d7feea572c518e86ff8d1e96 (patch) | |
| tree | 9ff57c35631ce9d82130849775c72acc3a600e2f /include | |
| parent | 7a074e96dee62586c935c80cecd931431bfdd0be (diff) | |
| parent | 4faa99965e027cc057c5145ce45fa772caa04e8d (diff) | |
| download | talos-obmc-linux-ed0d523adb5d05d6d7feea572c518e86ff8d1e96.tar.gz talos-obmc-linux-ed0d523adb5d05d6d7feea572c518e86ff8d1e96.zip | |
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base
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 94acbde17bb1..66c6e17e61e5 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -224,6 +224,7 @@ 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 struct dentry * d_instantiate_anon(struct dentry *, struct inode *); extern int d_instantiate_no_diralias(struct dentry *, struct inode *); |

