From: Francis Moreau Date: Thu, 8 Apr 2010 09:35:17 +0000 (+0200) Subject: ext2: remove useless call to brelse() in ext2_free_inode() X-Git-Tag: v2.6.35-rc1~455^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524e4a1d102bdcee37297c0b763e945827b33ab8;p=pandora-kernel.git ext2: remove useless call to brelse() in ext2_free_inode() This patch removes a useless call to brelse(bitmap_bh) since at that point bitmap_bh is NULL and slightly cleans up bitmap_bh handling. Signed-off-by: Francis Moreau Signed-off-by: Jan Kara --- Reading git-diff-tree failed