提交 0b0c06d1 编写于 作者: S Sage Weil

ceph: fix leaked spinlock during mds reconnect

Signed-off-by: NSage Weil <sage@newdream.net>
上级 c8f16584
...@@ -1861,8 +1861,8 @@ static void kick_flushing_capsnaps(struct ceph_mds_client *mdsc, ...@@ -1861,8 +1861,8 @@ static void kick_flushing_capsnaps(struct ceph_mds_client *mdsc,
} else { } else {
pr_err("%p auth cap %p not mds%d ???\n", inode, pr_err("%p auth cap %p not mds%d ???\n", inode,
cap, session->s_mds); cap, session->s_mds);
spin_unlock(&inode->i_lock);
} }
spin_unlock(&inode->i_lock);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册