ext2: remove useless call to brelse() in ext2_free_inode()
authorFrancis Moreau <francis.moro@gmail.com>
Thu, 8 Apr 2010 09:35:17 +0000 (11:35 +0200)
committerJan Kara <jack@suse.cz>
Fri, 21 May 2010 17:30:37 +0000 (19:30 +0200)
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 <francis.moro@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found