[PATCH] restore export of do_kern_mount()
[firefly-linux-kernel-4.4.55.git] / fs / super.c
index 010446d8c40a03512e4c1a8dc689581a67c5bbf3..dc02af0302fe68609d2de842c2394a677af7a642 100644 (file)
@@ -945,6 +945,7 @@ do_kern_mount(const char *fstype, int flags, const char *name, void *data)
        put_filesystem(type);
        return mnt;
 }
+EXPORT_SYMBOL_GPL(do_kern_mount);
 
 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data)
 {