From: Ryusuke Konishi Date: Sun, 5 Apr 2009 06:03:16 +0000 (+0900) Subject: nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error X-Git-Tag: v2.6.30-rc2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88072faf9a32c92f37c15065496bb6eb309aebe3;p=pandora-kernel.git nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error The nilfs_sufile_set_error() function wrongly adjusts the number of dirty segments instead of the number of clean segments. In addition, the function calls brelse() twice for the same buffer head. This fixes these bugs. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed