]> err.no Git - linux-2.6/blobdiff - fs/super.c
NFS: remove user_addr, user_count, and pos from nfs_direct_req
[linux-2.6] / fs / super.c
index 057b5325b7ef3bf596163ab9b2ea2e729ef18cf4..8a669f6f3f52144f09d9225bbb20b646671fd8f6 100644 (file)
@@ -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);