X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Ffile.c;h=dfaddb848a6cf199d33ae98e423c06465fad9bee;hp=e6c8d393a6ab3bdc628746d7975a76c1d6a37d34;hb=5b26bbe0f452713ddd54c75781153adc54a4dafb;hpb=3b4e18a23d26f5f0c3a5ecabea55d2be9acfc4ab diff --git a/lustre/llite/file.c b/lustre/llite/file.c index e6c8d39..dfaddb8 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -1717,7 +1717,6 @@ static int ll_lov_recreate_obj(struct inode *inode, struct file *file, obdo_from_inode(oa, inode, OBD_MD_FLTYPE | OBD_MD_FLATIME | OBD_MD_FLMTIME | OBD_MD_FLCTIME); - oti.oti_objid = NULL; memcpy(lsm2, lsm, lsm_size); rc = obd_create(exp, oa, &lsm2, &oti);