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:
c24f72c
)
ocfs2: Concurrent access of o2hb_region->hr_task was not locked
author
Joel Becker
<joel.becker@oracle.com>
Sat, 3 Feb 2007 11:04:20 +0000
(
03:04
-0800)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Wed, 14 Mar 2007 21:37:12 +0000
(14:37 -0700)
This means that a build-up and a teardown could race which would result in a
double-kthread_stop().
Protect the setting and clearing of hr_task with o2hb_live_lock, as it's not
a common thing and not performance critical.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found