git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eabf290
)
ext2: remove useless call to brelse() in ext2_free_inode()
author
Francis Moreau
<francis.moro@gmail.com>
Thu, 8 Apr 2010 09:35:17 +0000
(11:35 +0200)
committer
Jan 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