commit | 524e4a1d102bdcee37297c0b763e945827b33ab8 | [log] [tgz] |
---|---|---|
author | Francis Moreau <francis.moro@gmail.com> | Thu Apr 08 11:35:17 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Fri May 21 19:30:37 2010 +0200 |
tree | cd4a9de437710fcbc7fdb315c13f5a98e04d9a4f | |
parent | eabf290d1470921f0ce5a9b22464ae30646a0677 [diff] |
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 <francis.moro@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>