ceph: add missing spin_unlock at ceph_mdsc_build_path()
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 13 Dec 2011 17:57:44 +0000 (09:57 -0800)
committerSage Weil <sage@newdream.net>
Tue, 13 Dec 2011 19:59:53 +0000 (11:59 -0800)
commit9d5a09e659f8414dd3713e2acbfaf8a9e9794aa1
treeabba92c0a15f98cd4386cd86f081d1e2c89045ac
parent6a82c47aa84ab22cb5969a44105cca5358879d21
ceph: add missing spin_unlock at ceph_mdsc_build_path()

one of the paths was missing spin_unlock

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
fs/ceph/mds_client.c