summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2019-02-04 10:46:42 -0800
committerJaegeuk Kim <jaegeuk@kernel.org>2019-02-04 10:50:00 -0800
commit6df501312cd530ee49c4739caac9d579a45301ee (patch)
tree7784ac39e47fe07e15c5c559a1b0ab5266c1ff36 /include/linux/fs.h
parent22cb0dec0ee2c1d493d3e4b409cafddfca9e3e72 (diff)
fs: export evict_inodes
This comes by 799ea9e9c599 ("xfs: evict all inodes involved with log redo item") Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index e9382296305d..314bf410e3ae 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2640,6 +2640,7 @@ static inline void lockdep_annotate_inode_mutex_key(struct inode *inode) { };
#endif
extern void unlock_new_inode(struct inode *);
extern unsigned int get_next_ino(void);
+extern void evict_inodes(struct super_block *sb);
extern void __iget(struct inode * inode);
extern void iget_failed(struct inode *);