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:
2a4c899
)
NFSv4.1: Fix a race in set_pnfs_layoutdriver
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 15 Jun 2012 17:02:58 +0000
(13:02 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 19 Jun 2012 17:32:45 +0000
(13:32 -0400)
The call to try_module_get() dereferences ld_type outside the
spin locks, which means that it may be pointing to garbage if
a module unload was in progress.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found