Commit 9d5a09e6 authored by Yehuda Sadeh's avatar Yehuda Sadeh Committed by Sage Weil

ceph: add missing spin_unlock at ceph_mdsc_build_path()

one of the paths was missing spin_unlock
Signed-off-by: default avatarYehuda Sadeh <yehuda@hq.newdream.net>
parent 6a82c47a
......@@ -1495,6 +1495,7 @@ char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *base,
pos, temp);
} else if (stop_on_nosnap && inode &&
ceph_snap(inode) == CEPH_NOSNAP) {
spin_unlock(&temp->d_lock);
break;
} else {
pos -= temp->d_name.len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment