Skip to content

Commit

Permalink
braino in internal.h
Browse files Browse the repository at this point in the history
wrong return type...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Oct 29, 2010
1 parent 31f4347 commit a4cdbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

0 comments on commit a4cdbd8

Please sign in to comment.