From fca37e8aa49030e33dc214943c8362863353ba24 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 8 Jun 2004 06:00:19 +0000 Subject: [PATCH] drivers/hotplug/pci_hotplug_core.c apparently calls lookup_hash, but wasn't updated for new nameidata arg --- .../kernel_patches/patches/vfs_intent-2.4.20-vanilla.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lustre/kernel_patches/patches/vfs_intent-2.4.20-vanilla.patch b/lustre/kernel_patches/patches/vfs_intent-2.4.20-vanilla.patch index 4dae1664..3704ca3 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.4.20-vanilla.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.4.20-vanilla.patch @@ -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)) { -- 1.8.3.1