Whamcloud - gitweb
Add export from obdfilter to hold open file handles.
[fs/lustre-release.git] / lustre / extN / extN-2.4.18-exports.diff
1 --- linux-2.4.17/fs/extN/super.c.orig   Fri Dec 21 10:41:55 2001
2 +++ linux-2.4.17/fs/extN/super.c        Fri Mar 22 11:00:41 2002
3 @@ -1742,7 +1742,7 @@
4         unregister_filesystem(&extN_fs_type);
5  }
6  
7 -EXPORT_NO_SYMBOLS;
8 +EXPORT_SYMBOL(extN_bread);
9  
10  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
11  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");