X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fosc%2Fosc_request.c;h=24832ea55f3384b3ffc7f27b65b6059a73794c73;hb=6ad1581bf6003631d87e8365c01c03b06be136de;hp=8e8616273cc475fb55b4fa1758eff5a4b38d9285;hpb=25766da50b627648b04549ff3fb55af12acbcb4b;p=fs%2Flustre-release.git diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 8e86162..24832ea 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -3367,7 +3367,7 @@ static int osc_disconnect(struct obd_export *exp) if (obd->u.cli.cl_conn_count == 1) { /* Flush any remaining cancel messages out to the * target */ - llog_sync(ctxt, exp); + llog_sync(ctxt, exp, 0); } llog_ctxt_put(ctxt); } else {