Whamcloud - gitweb
typo
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-wantedi-misc-2.6.18-vanilla.patch
1 Index: linux-2.6/include/linux/dcache.h
2 ===================================================================
3 --- linux-2.6.orig/include/linux/dcache.h       2006-07-15 16:11:52.000000000 +0800
4 +++ linux-2.6/include/linux/dcache.h    2006-07-15 16:12:04.000000000 +0800
5 @@ -24,6 +24,11 @@ struct vfsmount;
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).