X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fvvp_io.c;h=793ec00de1e6f9b62413e7cdae51a4741996acb3;hp=045f4ddf3b16ef036def3b611de4a877d620a20b;hb=6488c0ec57de2d188bd15e502917b762e3a9dd1d;hpb=e3bc6e681666aa2c60ada5f997966efa31fae68c diff --git a/lustre/llite/vvp_io.c b/lustre/llite/vvp_io.c index 045f4dd..793ec00 100644 --- a/lustre/llite/vvp_io.c +++ b/lustre/llite/vvp_io.c @@ -1472,7 +1472,7 @@ int vvp_io_init(const struct lu_env *env, struct cl_object *obj, * it's not accurate if the file is shared by different * jobs. */ - lustre_get_jobid(lli->lli_jobid); + lustre_get_jobid(lli->lli_jobid, sizeof(lli->lli_jobid)); } else if (io->ci_type == CIT_SETATTR) { if (!cl_io_is_trunc(io)) io->ci_lockreq = CILR_MANDATORY;