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:
b2e03ca
)
JFS: skip bad iput() call in error path
author
Dave Kleikamp
<shaggy@linux.vnet.ibm.com>
Wed, 21 May 2008 15:45:16 +0000
(10:45 -0500)
committer
Dave Kleikamp
<shaggy@linux.vnet.ibm.com>
Wed, 21 May 2008 15:45:16 +0000
(10:45 -0500)
If jfs_iget() fails, we can't call iput() on the returned error.
Thanks to Eric Sesterhenn's fuzzer testing for reporting the problem.
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
No differences found