diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-29 13:49:13 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-29 13:49:13 +0400 |
commit | a4cdbd8bfb87ceff455aae85727077889b75001b (patch) | |
tree | 12b908f434633b86a90f6de821f2b6b7988ff1d5 /fs/internal.h | |
parent | 31f43471e97eff7801251e2c3c8fc03219f85d87 (diff) | |
download | linux-a4cdbd8bfb87ceff455aae85727077889b75001b.tar.xz |
braino in internal.h
wrong return type...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index ebad3b90752d..e43b9a4dbf4e 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 *); |