From: Ryusuke Konishi Date: Sat, 30 May 2009 12:50:58 +0000 (+0900) Subject: nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function X-Git-Tag: v2.6.30-rc8~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62013ab5d5df297a01ae5863b5c26d758ec0af7f;p=pandora-kernel.git nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function The nilfs_cpfile_delete_checkpoints() wrongly skips brelse() for the header block of checkpoint file in case of errors. This fixes the leak bug. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed