diff options
Diffstat (limited to 'module/zfs/mmp.c')
-rw-r--r-- | module/zfs/mmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/zfs/mmp.c b/module/zfs/mmp.c index f1a30f877..e1e468557 100644 --- a/module/zfs/mmp.c +++ b/module/zfs/mmp.c @@ -678,8 +678,7 @@ mmp_thread(void *arg) } /* Outstanding writes are allowed to complete. */ - if (mmp->mmp_zio_root) - zio_wait(mmp->mmp_zio_root); + zio_wait(mmp->mmp_zio_root); mmp->mmp_zio_root = NULL; mmp_thread_exit(mmp, &mmp->mmp_thread, &cpr); |