From: mmex Date: Wed, 30 Apr 2003 16:18:13 +0000 (+0000) Subject: Changes to hp-pnnl patch files to make them work on hp-pnnl kernels. X-Git-Tag: v1_7_100~1^248~102 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=42c413d72abd5ad8519830711e12feb6171150c3;p=fs%2Flustre-release.git Changes to hp-pnnl patch files to make them work on hp-pnnl kernels. - drop hp-pnnl specific intent patch, the vanilla works - redo xattr patch, exported symbols must be in uniquely named files if modversions is turned on. These changes should likely also be ported to the other series, since they can have the same problem if modversions gets turned on. Be careful when adding new exports to make sure the file including the export is uniquely named across the entire kernel. --- diff --git a/lustre/kernel_patches/pc/invalidate_show.pc b/lustre/kernel_patches/pc/invalidate_show.pc index 036b815..1d4ed77 100644 --- a/lustre/kernel_patches/pc/invalidate_show.pc +++ b/lustre/kernel_patches/pc/invalidate_show.pc @@ -1,6 +1,4 @@ fs/inode.c -fs/block_dev.c -fs/devfs/base.c fs/super.c include/linux/fs.h fs/smbfs/inode.c diff --git a/lustre/kernel_patches/pc/kmem_cache_validate_hp.pc b/lustre/kernel_patches/pc/kmem_cache_validate_hp.pc index a0a6297..42028bc 100644 --- a/lustre/kernel_patches/pc/kmem_cache_validate_hp.pc +++ b/lustre/kernel_patches/pc/kmem_cache_validate_hp.pc @@ -1,4 +1,3 @@ -arch/i386/mm/init.c arch/ia64/mm/init.c include/linux/slab.h kernel/ksyms.c diff --git a/lustre/kernel_patches/pc/vfs_intent_hp.pc b/lustre/kernel_patches/pc/vfs_intent_hp.pc deleted file mode 100644 index 036a743..0000000 --- a/lustre/kernel_patches/pc/vfs_intent_hp.pc +++ /dev/null @@ -1,9 +0,0 @@ -fs/dcache.c -fs/namei.c -fs/nfsd/vfs.c -fs/open.c -fs/stat.c -include/linux/dcache.h -include/linux/fs.h -kernel/ksyms.c -fs/exec.c