From 44a1deb38f6e5d7f94712c2d1f86ac62970f2cee Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 07:35:34 +0000 Subject: [PATCH] Re-do change that Phil killed in his ll_lookup2()/ll_invalidate_inode() merge. --- lustre/llite/namei.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 4ff4c4e..06e3fae 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -273,11 +273,9 @@ int ll_intent_lock(struct inode *parent, struct dentry *dentry, if (it->it_status && it->it_status != -EEXIST) GOTO(out, flag = LL_LOOKUP_NEGATIVE); } else if (it->it_op & (IT_RENAME2 | IT_LINK2)) { - struct mds_body *body = - lustre_msg_buf(request->rq_repmsg, offset); it->it_data = NULL; /* This means the target lookup is negative */ - if (body->valid == 0) + if (mds_body->valid == 0) GOTO(out, flag = LL_LOOKUP_NEGATIVE); GOTO(out, flag = LL_LOOKUP_POSITIVE); } -- 1.8.3.1