commit | afdf04ea098139e86147f63aad9c383cad3b6f37 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Mon Mar 05 15:49:49 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Mar 14 14:37:21 2007 -0700 |
tree | 2050cfea8aeea2280182cc0263efbd3ad0505b34 | |
parent | 03f981cf2ec95dd8bc43d2ecccaec4e83c8375e2 [diff] |
configfs: add missing mutex_unlock() d_alloc() failure in configfs_register_subsystem() would fail to unlock the mutex taken above. Reorganize the exit path to ensure the unlock happens. Reported-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>