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:
6eefaf6
)
[GFS2] Fix incorrect error path in prepare_write()
author
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 17 Jul 2007 09:29:02 +0000
(10:29 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 14 Aug 2007 09:33:44 +0000
(10:33 +0100)
The error path in prepare_write() was incorrect in the (very rare) event
that the transaction fails to start. The following prevents a NULL
pointer dereference,
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found