X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fcl_lock.c;h=ba8126f759ef9fc248a02e2b4f8814172c9f9319;hp=30c7186651dbab499ce32719828ce06da605ee5d;hb=6ee742fd5c56819ebe7eba65f4133d02c318916e;hpb=d3df9909675be6f5782c8b14fd5e614d6129e033 diff --git a/lustre/obdclass/cl_lock.c b/lustre/obdclass/cl_lock.c index 30c7186..ba8126f 100644 --- a/lustre/obdclass/cl_lock.c +++ b/lustre/obdclass/cl_lock.c @@ -205,7 +205,7 @@ int cl_lock_request(const struct lu_env *env, struct cl_io *io, if ((enq_flags & CEF_GLIMPSE) && !(enq_flags & CEF_SPECULATIVE)) { anchor = &cl_env_info(env)->clt_anchor; - cl_sync_io_init(anchor, 1, cl_sync_io_end); + cl_sync_io_init(anchor, 1); } rc = cl_lock_enqueue(env, io, lock, anchor);