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:
92c2815
)
ext4: plug a buffer_head leak in an error path of ext4_iget()
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 14 Nov 2009 13:19:05 +0000
(08:19 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 14 Nov 2009 13:19:05 +0000
(08:19 -0500)
One of the invalid error paths in ext4_iget() forgot to brelse() the
inode buffer head. Fix it by adding a brelse() in the common error
return path, which also simplifies function.
Thanks to Andi Kleen <ak@linux.intel.com> reporting the problem.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found