Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / llite / vvp_req.c
index 9fe9d6c0a7d1499de1ba063a727b84c7663c0e44..0567a152ab6250f746e9f4422421324038d625e1 100644 (file)
@@ -83,6 +83,8 @@ static void vvp_req_attr_set(const struct lu_env *env,
        }
        obdo_from_inode(oa, inode, valid_flags & flags);
        obdo_set_parent_fid(oa, &ll_i2info(inode)->lli_fid);
+       if (OBD_FAIL_CHECK(OBD_FAIL_LFSCK_INVALID_PFID))
+               oa->o_parent_oid++;
        memcpy(attr->cra_jobid, ll_i2info(inode)->lli_jobid,
               JOBSTATS_JOBID_SIZE);
 }
This page took 0.040643 seconds and 5 git commands to generate.