NFS: Alias the nfs module to nfs4

commit 425e776d93 upstream.

This allows distros to remove the line from their modprobe
configuration.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
bjschuma@gmail.com 2012-08-08 13:57:10 -04:00 committed by Greg Kroah-Hartman
parent 3cf3cfc448
commit e5cd679ea4

View File

@ -3146,4 +3146,6 @@ static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
return res;
}
MODULE_ALIAS("nfs4");
#endif /* CONFIG_NFS_V4 */