X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Ffile.c;fp=lustre%2Fllite%2Ffile.c;h=c923c8348c6dbd1d31d6afce31e5d08070659dc2;hp=2a3f726a0776dfadd4cafb8500c0ee7cda043cca;hb=f75d2a1fc9b17b384bbcbc13bcb80ba10412cf29;hpb=bb60caa1c6e7c14c201916dc0423442d10c86a27 diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 2a3f726..c923c83 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -660,7 +660,7 @@ retry: GOTO(out, rc); } - rc = ll_prep_inode(&de->d_inode, req, NULL, itp); + rc = ll_prep_inode(&de->d_inode, &req->rq_pill, NULL, itp); if (!rc && itp->it_lock_mode) { __u64 bits = 0; @@ -4626,7 +4626,7 @@ int ll_get_fid_by_name(struct inode *parent, const char *name, *fid = body->mbo_fid1; if (inode != NULL) - rc = ll_prep_inode(inode, req, parent->i_sb, NULL); + rc = ll_prep_inode(inode, &req->rq_pill, parent->i_sb, NULL); out_req: ptlrpc_req_finished(req); RETURN(rc);