]> asedeno.scripts.mit.edu Git - linux.git/commit
fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error path
authorNeil Horman <nhorman@tuxdriver.com>
Tue, 8 Oct 2013 23:43:58 +0000 (23:43 +0000)
committerRobert Love <robert.w.love@intel.com>
Mon, 14 Oct 2013 15:25:40 +0000 (08:25 -0700)
commit55d0ac5d2839fe270cea02fad44eed13750a0efd
treede82cab645bd2ffb205c5fb5de40dc3ac99ccdbc
parent9d34876f820d55c94bd0b2a2ed3d2e2976cbd997
fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error path

In this pending patch:
http://patchwork.open-fcoe.org/patch/104/

Tomas Henzl noted that the error path when fcoe_fcf_device_add fails, was
missing a mutex_unlock call.

Not sure what staet the integration of the above patch is in, but if you could
either merge this with it, or apply it on top of what you already have, that
would be great.  Thanks!

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: thenzl@redhat.com
Reported-by: thenzl@redhat.com
Signed-off-by: Robert Love <robert.w.love@intel.com>
drivers/scsi/fcoe/fcoe_ctlr.c