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)
commit55ed16029d597622db8121270e687373b5e31722
treea8ffbd1fe4d867f48eada13fc24b6bbfc70f245d
parent1fabe1481fac9e01bf8bffa60a2307ef379aa5de
configfs: mutex_lock_nested() fix

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>
fs/configfs/dir.c