X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fsuper.c;h=8a669f6f3f52144f09d9225bbb20b646671fd8f6;hb=5b55dda6f40c46e93006b3c88f75550e0d3b3032;hp=057b5325b7ef3bf596163ab9b2ea2e729ef18cf4;hpb=199f4c9f76fd8b030405abddf294e771f888de03;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);