projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f4347
)
braino in internal.h
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 29 Oct 2010 09:49:13 +0000
(
05:49
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 29 Oct 2010 09:49:13 +0000
(
05:49
-0400)
wrong return type...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/internal.h
patch
|
blob
|
history
diff --git
a/fs/internal.h
b/fs/internal.h
index
ebad3b9
..
e43b9a4
100644
(file)
--- 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 *);