From: Artem Bityutskiy Date: Fri, 1 Jun 2012 14:18:05 +0000 (+0300) Subject: reiserfs: clean-up function return type X-Git-Tag: v3.5-rc1~15^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25729b0e94c2103a8d726eda843136a3775366cf;p=pandora-kernel.git reiserfs: clean-up function return type 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed