Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowel...
[platform/kernel/linux-rpi.git] / include / linux / fs.h
index bb0acc7..01f5d29 100644 (file)
@@ -3081,6 +3081,9 @@ extern struct inode *find_inode_nowait(struct super_block *,
                                       int (*match)(struct inode *,
                                                    unsigned long, void *),
                                       void *data);
+extern struct inode *find_inode_rcu(struct super_block *, unsigned long,
+                                   int (*)(struct inode *, void *), void *);
+extern struct inode *find_inode_by_ino_rcu(struct super_block *, unsigned long);
 extern int insert_inode_locked4(struct inode *, unsigned long, int (*test)(struct inode *, void *), void *);
 extern int insert_inode_locked(struct inode *);
 #ifdef CONFIG_DEBUG_LOCK_ALLOC