From: phil Date: Tue, 8 Jun 2004 06:00:19 +0000 (+0000) Subject: drivers/hotplug/pci_hotplug_core.c apparently calls lookup_hash, but X-Git-Tag: 1.3.4~764 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fca37e8aa49030e33dc214943c8362863353ba24;p=fs%2Flustre-release.git drivers/hotplug/pci_hotplug_core.c apparently calls lookup_hash, but wasn't updated for new nameidata arg --- 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)) {