Whamcloud - gitweb
Branch: HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / vfs-wantedi-misc-2.6-suse.patch
index 0f52cf6..88be9d6 100644 (file)
@@ -1,14 +1,16 @@
-Index: uml-2.6.3/include/linux/dcache.h
+Index: linux-2.6.10/include/linux/dcache.h
 ===================================================================
---- 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 @@
+--- 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-15 15:05:14.000000000 +0800
+@@ -24,6 +24,13 @@
  
  #define IS_ROOT(x) ((x) == (x)->d_parent)
  
 +struct dentry_params {
 +      unsigned long   p_inum;
 +      void            *p_ptr;
++      __u64           p_fid;
++      __u64           p_group;
 +};
 +
  /*