Commit 56b7cf95 authored by Sage Weil's avatar Sage Weil

ceph: skip mds sync on forced unmount

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent b736b3d9
......@@ -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;
......
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