X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fsuper.c;h=8a669f6f3f52144f09d9225bbb20b646671fd8f6;hb=22c2c5d75e6ad4b9ac41269476b32ba8c9fe263f;hp=057b5325b7ef3bf596163ab9b2ea2e729ef18cf4;hpb=6edad161cd4dfe1df772e7a74ab63cab53b5e8c1;p=linux-2.6 diff --git a/fs/super.c b/fs/super.c index 057b5325b7..8a669f6f3f 100644 --- a/fs/super.c +++ b/fs/super.c @@ -871,8 +871,6 @@ do_kern_mount(const char *fstype, int flags, const char *name, void *data) return mnt; } -EXPORT_SYMBOL_GPL(do_kern_mount); - struct vfsmount *kern_mount(struct file_system_type *type) { return vfs_kern_mount(type, 0, type->name, NULL);