diff options
author | Yehuda Sadeh <yehuda@hq.newdream.net> | 2011-12-13 12:57:44 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-12-13 14:59:53 -0500 |
commit | 9d5a09e659f8414dd3713e2acbfaf8a9e9794aa1 (patch) | |
tree | abba92c0a15f98cd4386cd86f081d1e2c89045ac /fs/ceph | |
parent | 6a82c47aa84ab22cb5969a44105cca5358879d21 (diff) |
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>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/mds_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 34bc35084ae3..6203d805eb45 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c | |||
@@ -1495,6 +1495,7 @@ retry: | |||
1495 | pos, temp); | 1495 | pos, temp); |
1496 | } else if (stop_on_nosnap && inode && | 1496 | } else if (stop_on_nosnap && inode && |
1497 | ceph_snap(inode) == CEPH_NOSNAP) { | 1497 | ceph_snap(inode) == CEPH_NOSNAP) { |
1498 | spin_unlock(&temp->d_lock); | ||
1498 | break; | 1499 | break; |
1499 | } else { | 1500 | } else { |
1500 | pos -= temp->d_name.len; | 1501 | pos -= temp->d_name.len; |