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:
cdc2ce0
)
ceph: clean up handle_cap_grant, handle_caps wrt session mutex
author
Sage Weil
<sage@newdream.net>
Tue, 16 Mar 2010 20:42:00 +0000
(13:42 -0700)
committer
Sage Weil
<sage@newdream.net>
Tue, 23 Mar 2010 14:46:54 +0000
(07:46 -0700)
Drop session mutex unconditionally in handle_cap_grant, and do the
check_caps from the handle_cap_grant helper. This avoids using a magic
return value.
Also avoid using a flag variable in the IMPORT case and call
check_caps at the appropriate point.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found