X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fliblustre%2Fllite_cl.c;h=5e43db8ce82892ae9aef6036d7411ea7c03ee384;hp=d553284e3b6abf8fd680dca4077c6aa5de1002b8;hb=7af2428511c286788d9c73c436cb43d6f791821f;hpb=7796bdfb07954422e81b124ba176a5e431b43d8b diff --git a/lustre/liblustre/llite_cl.c b/lustre/liblustre/llite_cl.c index d553284..5e43db8 100644 --- a/lustre/liblustre/llite_cl.c +++ b/lustre/liblustre/llite_cl.c @@ -643,7 +643,7 @@ static int slp_io_start(const struct lu_env *env, const struct cl_io_slice *ios) if (IS_ERR(iogroup)) RETURN(PTR_ERR(iogroup)); - err = ccc_prep_size(env, obj, io, pos, cnt, 0, &exceed); + err = ccc_prep_size(env, obj, io, pos, cnt, &exceed); if (err != 0 || (write == 0 && exceed != 0)) GOTO(out, err);