Loading fs/ceph/mds_client.c +3 −0 Original line number Diff line number Diff line Loading @@ -2748,6 +2748,9 @@ void ceph_mdsc_sync(struct ceph_mds_client *mdsc) { u64 want_tid, want_flush; if (mdsc->client->mount_state == CEPH_MOUNT_SHUTDOWN) return; dout("sync\n"); mutex_lock(&mdsc->mutex); want_tid = mdsc->last_tid; Loading Loading
fs/ceph/mds_client.c +3 −0 Original line number Diff line number Diff line Loading @@ -2748,6 +2748,9 @@ void ceph_mdsc_sync(struct ceph_mds_client *mdsc) { u64 want_tid, want_flush; if (mdsc->client->mount_state == CEPH_MOUNT_SHUTDOWN) return; dout("sync\n"); mutex_lock(&mdsc->mutex); want_tid = mdsc->last_tid; Loading