Commit a4cdbd8b authored by Al Viro's avatar Al Viro

braino in internal.h

wrong return type...
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 31f43471
......@@ -106,5 +106,5 @@ extern void release_open_intent(struct nameidata *);
* inode.c
*/
extern int get_nr_dirty_inodes(void);
extern int evict_inodes(struct super_block *);
extern void evict_inodes(struct super_block *);
extern int invalidate_inodes(struct super_block *);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment