Whamcloud - gitweb
b=17671
[fs/lustre-release.git] / lustre / kernel_patches / patches / export_symbols-2.6.12.patch
1 Index: linux-2.6.12-rc6/fs/dcache.c
2 ===================================================================
3 --- linux-2.6.12-rc6.orig/fs/dcache.c   2005-06-14 15:53:19.812195198 +0200
4 +++ linux-2.6.12-rc6/fs/dcache.c        2005-06-14 15:53:58.385436913 +0200
5 @@ -1581,6 +1581,7 @@
6  
7         return result;
8  }
9 +EXPORT_SYMBOL(is_subdir);
10  
11  void d_genocide(struct dentry *root)
12  {