Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1495,6 +1495,7 @@ retry:
			     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;