From a4cdbd8bfb87ceff455aae85727077889b75001b Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 29 Oct 2010 05:49:13 -0400 Subject: braino in internal.h wrong return type... Signed-off-by: Al Viro --- fs/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/internal.h b/fs/internal.h index ebad3b9..e43b9a4 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -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 *); -- cgit v1.1