Whamcloud - gitweb
Fix minor divergence between the -chaos and non-chaos patches.
authoradilger <adilger>
Thu, 15 Aug 2002 20:40:49 +0000 (20:40 +0000)
committeradilger <adilger>
Thu, 15 Aug 2002 20:40:49 +0000 (20:40 +0000)
lustre/patches/patch-2.4.18-chaos12

index 7bf97fa..46f227e 100644 (file)
                }
                /* 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;