ceph: skip mds sync on forced unmount
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Родитель
b736b3d9d0
Коммит
56b7cf9581
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче