summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-09-12 07:53:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-12 07:53:30 +0200
commit613d5df6f6498cdf401a171cb0234083c59f638d (patch)
tree685188d2045a45e1df1fcced94f09c88b355a39f /include
parent45d273f3a149727bbf3c2d68d8098bd9a181fb19 (diff)
parent47537564bf1d8a519ba5b5e729b2aa40a2f64942 (diff)
downloadbarebox-613d5df6f6498cdf401a171cb0234083c59f638d.tar.gz
barebox-613d5df6f6498cdf401a171cb0234083c59f638d.tar.xz
Merge branch 'for-next/tftp'
Diffstat (limited to 'include')
-rw-r--r--include/linux/dcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 1581ddc701..a961942201 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -185,4 +185,6 @@ static inline struct inode *d_inode(const struct dentry *dentry)
char *dpath(struct dentry *dentry, struct dentry *root);
+extern const struct dentry_operations no_revalidate_d_ops;
+
#endif /* __LINUX_DCACHE_H */