Commit 0b0c06d1 authored by Sage Weil's avatar Sage Weil

ceph: fix leaked spinlock during mds reconnect

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent c8f16584
......@@ -1861,8 +1861,8 @@ static void kick_flushing_capsnaps(struct ceph_mds_client *mdsc,
} else {
pr_err("%p auth cap %p not mds%d ???\n", inode,
cap, session->s_mds);
spin_unlock(&inode->i_lock);
}
spin_unlock(&inode->i_lock);
}
}
......
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