Whamcloud - gitweb
- minor debugging fixes
[fs/lustre-release.git] / lustre / patches / patch-2.4.17
1 --- linux-2.4.17/kernel/ksyms.c.lustre  Fri Feb 22 15:26:38 2002
2 +++ linux-2.4.17/kernel/ksyms.c Fri Feb 22 15:27:44 2002
3 @@ -282,6 +282,12 @@
4  EXPORT_SYMBOL(lock_may_write);
5  EXPORT_SYMBOL(dcache_readdir);
6  
7 +/* lustre */
8 +EXPORT_SYMBOL(pagecache_lock);
9 +EXPORT_SYMBOL(do_kern_mount);
10 +EXPORT_SYMBOL(module_list);
11 +
12 +
13  /* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */
14  EXPORT_SYMBOL(default_llseek);
15  EXPORT_SYMBOL(dentry_open);
16 --- linux-2.4.17/include/linux/fs.h.lustre      Fri Feb 22 15:27:53 2002
17 +++ linux-2.4.17/include/linux/fs.h     Fri Feb 22 15:28:52 2002
18 @@ -983,7 +983,7 @@
19  extern struct vfsmount *kern_mount(struct file_system_type *);
20  extern int may_umount(struct vfsmount *);
21  extern long do_mount(char *, char *, char *, unsigned long, void *);
22 -
23 +struct vfsmount *do_kern_mount(char *type, int flags, char *name, void *data);
24  #define kern_umount mntput
25  
26  extern int vfs_statfs(struct super_block *, struct statfs *);