Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / export_symbols-2.6.12.patch
1 This patch is not needed for 2.x, but is kept to allow the same kernel
2 to be used between 1.8.x and 2.0.x for ease of upgrade.
3
4 Index: linux-2.6.12-rc6/fs/dcache.c
5 ===================================================================
6 --- linux-2.6.12-rc6.orig/fs/dcache.c   2005-06-14 15:53:19.812195198 +0200
7 +++ linux-2.6.12-rc6/fs/dcache.c        2005-06-14 15:53:58.385436913 +0200
8 @@ -1581,6 +1581,7 @@
9  
10         return result;
11  }
12 +EXPORT_SYMBOL(is_subdir);
13  
14  void d_genocide(struct dentry *root)
15  {