X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fsuper.c;h=09008dbd264e731411c6da60def6648888cc6b52;hb=932e2d23c8529c39fe74549dcbe4b2c8b2d66ba4;hp=d0a941a4e62007034a2367a5fbff27bc5571e851;hpb=7d3628b230ecbdc29566c18bc7800ff8ed66a71f;p=linux-2.6 diff --git a/fs/super.c b/fs/super.c index d0a941a4e6..09008dbd26 100644 --- a/fs/super.c +++ b/fs/super.c @@ -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) {