Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-do_kern_mount.patch
1 Index: linux-2.6/fs/super.c
2 ===================================================================
3 --- linux-2.6.orig/fs/super.c   2006-07-20 10:51:39.000000000 +0800
4 +++ linux-2.6/fs/super.c        2006-07-20 10:51:59.000000000 +0800
5 @@ -877,6 +877,8 @@ do_kern_mount(const char *fstype, int fl
6         return mnt;
7  }
8  
9 +EXPORT_SYMBOL_GPL(do_kern_mount);
10 +
11  struct vfsmount *kern_mount(struct file_system_type *type)
12  {
13         return vfs_kern_mount(type, 0, type->name, NULL);