From afdf04ea098139e86147f63aad9c383cad3b6f37 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Mon, 5 Mar 2007 15:49:49 -0800 Subject: [PATCH] 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 Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-format-patch failed