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:
1fabe14
)
configfs: mutex_lock_nested() fix
author
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 20 Oct 2006 21:55:54 +0000
(14:55 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:34 +0000
(18:28 -0800)
configfs_unregister_subsystem() nests a pair of inode i_mutex acquisitions,
and thus needs annotation via mutex_lock_nested().
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found