git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efaa33e
)
reiserfs: clean-up function return type
author
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Fri, 1 Jun 2012 14:18:05 +0000
(17:18 +0300)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 14:37:36 +0000
(10:37 -0400)
Turn 'reiserfs_flush_old_commits()' into a void function because the callers
do not cares about what it returns anyway.
We are going to remove the 'sb->s_dirt' field completely and this patch is a
small step towards this direction.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found