Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-wantedi-misc-2.6-suse.patch
1 Index: uml-2.6.3/include/linux/dcache.h
2 ===================================================================
3 --- uml-2.6.3.orig/include/linux/dcache.h       2004-02-21 00:19:14.365988600 +0800
4 +++ uml-2.6.3/include/linux/dcache.h    2004-02-21 00:21:04.612228624 +0800
5 @@ -25,6 +25,11 @@
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 +};
13 +
14  /*
15   * "quick string" -- eases parameter passing, but more importantly
16   * saves "metadata" about the string (ie length and the hash).