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:
e627ee7
)
Btrfs: fix use-after-free in __btrfs_end_transaction
author
Dave Jones
<davej@redhat.com>
Thu, 12 Apr 2012 20:03:56 +0000
(16:03 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 12 Apr 2012 20:03:56 +0000
(16:03 -0400)
49b25e0540904be0bf558b84475c69d72e4de66e
introduced a use-after-free bug
that caused spurious -EIO's to be returned.
Do the check before we free the transaction.
Cc: David Sterba <dsterba@suse.cz>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found