X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_nfs.c;h=d92424f04e60b1e226bf3daa723ecc1a154013e4;hp=3dd11838ec3fd24aba8cfc97c4b897798fed3d42;hb=003df3c38fe74a092f75569793edd6ec5a387d5c;hpb=669a3520af853a65164d220dd0ada9e6fad6bf9d;ds=sidebyside diff --git a/lustre/llite/llite_nfs.c b/lustre/llite/llite_nfs.c index 3dd1183..d92424f 100644 --- a/lustre/llite/llite_nfs.c +++ b/lustre/llite/llite_nfs.c @@ -335,10 +335,10 @@ int ll_dir_get_parent_fid(struct inode *dir, struct lu_fid *parent_fid) * LU-3952: MDT may lost the FID of its parent, we should not crash * the NFS server, ll_iget_for_nfs() will handle the error. */ - if (body->valid & OBD_MD_FLID) { + if (body->mbo_valid & OBD_MD_FLID) { CDEBUG(D_INFO, "parent for "DFID" is "DFID"\n", - PFID(ll_inode2fid(dir)), PFID(&body->fid1)); - *parent_fid = body->fid1; + PFID(ll_inode2fid(dir)), PFID(&body->mbo_fid1)); + *parent_fid = body->mbo_fid1; } ptlrpc_req_finished(req);