X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fvfs-wantedi-misc-2.6-suse.patch;h=0f52cf618ea1079ee9c4e281bb3f69b6c5bfbe53;hp=f44b158680aac7cdc5009693720c00cf653ac0d0;hb=63111cc0c0664bc6ebcb4d2e35b018fa08f7aa45;hpb=055d7452ef06675da795db23380dab977f6627f1 diff --git a/lustre/kernel_patches/patches/vfs-wantedi-misc-2.6-suse.patch b/lustre/kernel_patches/patches/vfs-wantedi-misc-2.6-suse.patch index f44b1586..0f52cf6 100644 --- a/lustre/kernel_patches/patches/vfs-wantedi-misc-2.6-suse.patch +++ b/lustre/kernel_patches/patches/vfs-wantedi-misc-2.6-suse.patch @@ -1,16 +1,14 @@ -Index: linux-2.6.10/include/linux/dcache.h +Index: uml-2.6.3/include/linux/dcache.h =================================================================== ---- linux-2.6.10.orig/include/linux/dcache.h 2005-07-11 17:33:07.000000000 +0800 -+++ linux-2.6.10/include/linux/dcache.h 2005-07-14 20:27:46.000000000 +0800 -@@ -24,6 +24,13 @@ +--- uml-2.6.3.orig/include/linux/dcache.h 2004-02-21 00:19:14.365988600 +0800 ++++ uml-2.6.3/include/linux/dcache.h 2004-02-21 00:21:04.612228624 +0800 +@@ -25,6 +25,11 @@ #define IS_ROOT(x) ((x) == (x)->d_parent) +struct dentry_params { + unsigned long p_inum; + void *p_ptr; -+ __u64 p_fid; -+ __u64 p_group; +}; + /*