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:
8d1c50e
)
Staging: heci: fix the problem that file_ext->state should be protected by device_lock
author
Dongxiao Xu
<dongxiao.xu@intel.com>
Sun, 31 May 2009 06:44:01 +0000
(14:44 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 19 Jun 2009 18:00:55 +0000
(11:00 -0700)
While access file_ext->state, we should use device_lock to protect it. The
original codes miss this in some places.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found