X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fvvp_io.c;h=c0dad2d1eb3e7f1bc1cc9b37f4929850a430ae85;hp=9de5f9b40cf20014c2b74326a866e131e3c09f01;hb=a8dcf372f430c308d3e96fb506563068d0a80c2d;hpb=f6b0e358f304b006dd24524503bb16d649c5499d diff --git a/lustre/llite/vvp_io.c b/lustre/llite/vvp_io.c index 9de5f9b..c0dad2d 100644 --- a/lustre/llite/vvp_io.c +++ b/lustre/llite/vvp_io.c @@ -541,6 +541,8 @@ static int vvp_io_rw_lock(const struct lu_env *env, struct cl_io *io, if (io->u.ci_rw.rw_nonblock) ast_flags |= CEF_NONBLOCK; + if (io->ci_lock_no_expand) + ast_flags |= CEF_LOCK_NO_EXPAND; result = vvp_mmap_locks(env, io); if (result == 0)