configfs: mutex_lock_nested() fix
authorMark Fasheh <mark.fasheh@oracle.com>
Fri, 20 Oct 2006 21:55:54 +0000 (14:55 -0700)
committerMark 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