From b03e6098e7211491cca62bf7d105b5ab69b138bc Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 15 Aug 2002 20:40:49 +0000 Subject: [PATCH] Fix minor divergence between the -chaos and non-chaos patches. --- lustre/patches/patch-2.4.18-chaos12 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/patches/patch-2.4.18-chaos12 b/lustre/patches/patch-2.4.18-chaos12 index 7bf97fa..46f227e 100644 --- a/lustre/patches/patch-2.4.18-chaos12 +++ b/lustre/patches/patch-2.4.18-chaos12 @@ -605,13 +605,13 @@ } /* This does the actual lookups.. */ - dentry = cached_lookup(nd->dentry, &this, LOOKUP_CONTINUE); -+ dentry = cached_lookup(nd->dentry, &this, LOOKUP_CONTINUE, it); ++ dentry = cached_lookup(nd->dentry, &this, LOOKUP_CONTINUE, NULL); if (!dentry) { err = -EWOULDBLOCKIO; if (atomic) break; - dentry = real_lookup(nd->dentry, &this, LOOKUP_CONTINUE); -+ dentry = real_lookup(nd->dentry, &this, LOOKUP_CONTINUE, it); ++ dentry = real_lookup(nd->dentry, &this, LOOKUP_CONTINUE, NULL); err = PTR_ERR(dentry); if (IS_ERR(dentry)) break; -- 1.8.3.1