Loading fs/ceph/caps.c +3 −10 Original line number Diff line number Diff line Loading @@ -1531,7 +1531,7 @@ static inline int __send_flush_snap(struct inode *inode, * asynchronously back to the MDS once sync writes complete and dirty * data is written out. * * Called under i_ceph_lock. Takes s_mutex as needed. * Called under i_ceph_lock. */ static void __ceph_flush_snaps(struct ceph_inode_info *ci, struct ceph_mds_session *session) Loading Loading @@ -1653,7 +1653,6 @@ void ceph_flush_snaps(struct ceph_inode_info *ci, mds = ci->i_auth_cap->session->s_mds; if (session && session->s_mds != mds) { dout(" oops, wrong session %p mutex\n", session); mutex_unlock(&session->s_mutex); ceph_put_mds_session(session); session = NULL; } Loading @@ -1662,10 +1661,6 @@ void ceph_flush_snaps(struct ceph_inode_info *ci, mutex_lock(&mdsc->mutex); session = __ceph_lookup_mds_session(mdsc, mds); mutex_unlock(&mdsc->mutex); if (session) { dout(" inverting session/ino locks on %p\n", session); mutex_lock(&session->s_mutex); } goto retry; } Loading @@ -1677,12 +1672,10 @@ void ceph_flush_snaps(struct ceph_inode_info *ci, out: spin_unlock(&ci->i_ceph_lock); if (psession) { if (psession) *psession = session; } else if (session) { mutex_unlock(&session->s_mutex); else ceph_put_mds_session(session); } /* we flushed them all; remove this inode from the queue */ spin_lock(&mdsc->snap_flush_lock); list_del_init(&ci->i_snap_flush_item); Loading fs/ceph/snap.c +1 −4 Original line number Diff line number Diff line Loading @@ -846,10 +846,7 @@ static void flush_snaps(struct ceph_mds_client *mdsc) } spin_unlock(&mdsc->snap_flush_lock); if (session) { mutex_unlock(&session->s_mutex); ceph_put_mds_session(session); } dout("flush_snaps done\n"); } Loading Loading
fs/ceph/caps.c +3 −10 Original line number Diff line number Diff line Loading @@ -1531,7 +1531,7 @@ static inline int __send_flush_snap(struct inode *inode, * asynchronously back to the MDS once sync writes complete and dirty * data is written out. * * Called under i_ceph_lock. Takes s_mutex as needed. * Called under i_ceph_lock. */ static void __ceph_flush_snaps(struct ceph_inode_info *ci, struct ceph_mds_session *session) Loading Loading @@ -1653,7 +1653,6 @@ void ceph_flush_snaps(struct ceph_inode_info *ci, mds = ci->i_auth_cap->session->s_mds; if (session && session->s_mds != mds) { dout(" oops, wrong session %p mutex\n", session); mutex_unlock(&session->s_mutex); ceph_put_mds_session(session); session = NULL; } Loading @@ -1662,10 +1661,6 @@ void ceph_flush_snaps(struct ceph_inode_info *ci, mutex_lock(&mdsc->mutex); session = __ceph_lookup_mds_session(mdsc, mds); mutex_unlock(&mdsc->mutex); if (session) { dout(" inverting session/ino locks on %p\n", session); mutex_lock(&session->s_mutex); } goto retry; } Loading @@ -1677,12 +1672,10 @@ void ceph_flush_snaps(struct ceph_inode_info *ci, out: spin_unlock(&ci->i_ceph_lock); if (psession) { if (psession) *psession = session; } else if (session) { mutex_unlock(&session->s_mutex); else ceph_put_mds_session(session); } /* we flushed them all; remove this inode from the queue */ spin_lock(&mdsc->snap_flush_lock); list_del_init(&ci->i_snap_flush_item); Loading
fs/ceph/snap.c +1 −4 Original line number Diff line number Diff line Loading @@ -846,10 +846,7 @@ static void flush_snaps(struct ceph_mds_client *mdsc) } spin_unlock(&mdsc->snap_flush_lock); if (session) { mutex_unlock(&session->s_mutex); ceph_put_mds_session(session); } dout("flush_snaps done\n"); } Loading