nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 30 May 2009 12:50:58 +0000 (21:50 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 30 May 2009 13:07:50 +0000 (22:07 +0900)
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 <konishi.ryusuke@lab.ntt.co.jp>

No differences found