commit | a4cdbd8bfb87ceff455aae85727077889b75001b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 29 05:49:13 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 29 05:49:13 2010 -0400 |
tree | 12b908f434633b86a90f6de821f2b6b7988ff1d5 | |
parent | 31f43471e97eff7801251e2c3c8fc03219f85d87 [diff] |
braino in internal.h wrong return type... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 @@ * 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 *);