Whamcloud - gitweb
b=7049
[fs/lustre-release.git] / lustre / kernel_patches / patches / vfs-wantedi-misc-2.6-suse.patch
1 Index: linux-2.6.10/include/linux/dcache.h
2 ===================================================================
3 --- linux-2.6.10.orig/include/linux/dcache.h    2005-07-11 17:33:07.000000000 +0800
4 +++ linux-2.6.10/include/linux/dcache.h 2005-07-15 15:05:14.000000000 +0800
5 @@ -24,6 +24,13 @@
6  
7  #define IS_ROOT(x) ((x) == (x)->d_parent)
8  
9 +struct dentry_params {
10 +       unsigned long   p_inum;
11 +       void            *p_ptr;
12 +       __u64           p_fid;
13 +       __u64           p_group;
14 +};
15 +
16  /*
17   * "quick string" -- eases parameter passing, but more importantly
18   * saves "metadata" about the string (ie length and the hash).