Whamcloud - gitweb
LU-9344 test: hung with sendfile_grouplock test12()
[fs/lustre-release.git] / lustre / lov / lov_object.c
index bb974e9..3a9eb87 100644 (file)
@@ -1637,6 +1637,7 @@ static int lov_object_layout_get(const struct lu_env *env,
 
        cl->cl_size = lov_comp_md_size(lsm);
        cl->cl_layout_gen = lsm->lsm_layout_gen;
+       cl->cl_is_composite = lsm_is_composite(lsm->lsm_magic);
 
        rc = lov_lsm_pack(lsm, buf->lb_buf, buf->lb_len);
        lov_lsm_put(lsm);