Whamcloud - gitweb
drivers/hotplug/pci_hotplug_core.c apparently calls lookup_hash, but
authorphil <phil>
Tue, 8 Jun 2004 06:00:19 +0000 (06:00 +0000)
committerphil <phil>
Tue, 8 Jun 2004 06:00:19 +0000 (06:00 +0000)
wasn't updated for new nameidata arg

lustre/kernel_patches/patches/vfs_intent-2.4.20-vanilla.patch

index 4dae166..3704ca3 100644 (file)
@@ -1948,3 +1948,16 @@ Index: lum/net/unix/af_unix.c
                err = PTR_ERR(dentry);
                if (IS_ERR(dentry))
                        goto out_mknod_unlock;
+Index: lum/drivers/hotplug/pci_hotplug_core.c
+===================================================================
+--- lum.orig/drivers/hotplug/pci_hotplug_core.c        2003-11-28 13:26:20.000000000 -0500
++++ lum/drivers/hotplug/pci_hotplug_core.c     2004-06-08 01:59:32.000000000 -0400
+@@ -478,7 +478,7 @@
+       down(&parent->d_inode->i_sem);
+-      d = lookup_hash(&qstr,parent);
++      d = lookup_hash(&qstr,parent,NULL);
+       error = PTR_ERR(d);
+       if (!IS_ERR(d)) {