From: Ryusuke Konishi Date: Thu, 12 Nov 2009 23:45:32 +0000 (+0900) Subject: nilfs2: simplify nilfs_sufile_get_ncleansegs function X-Git-Tag: v2.6.33-rc1~322^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef7d4757a5b7b07a3a0d30d3ba6b587e574b28b9;p=pandora-kernel.git nilfs2: simplify nilfs_sufile_get_ncleansegs function Previously, this function took an status code to return possible error codes. The ("nilfs2: add local variable to cache the number of clean segments") patch removed the possibility to return errors. So, this simplifies the function definition to make it directly return the number of clean segments. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed