From: bjschuma@gmail.com Date: Wed, 8 Aug 2012 17:57:10 +0000 (-0400) Subject: NFS: Alias the nfs module to nfs4 X-Git-Tag: v3.2.29~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=93478b6b303be51b15e078ddbda862ec39300f4f;p=karo-tx-linux.git NFS: Alias the nfs module to nfs4 commit 425e776d93a7a5070b77d4f458a5bab0f924652c upstream. This allows distros to remove the line from their modprobe configuration. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 376cd65e0ed4..6e85ec64bf4b 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -3087,4 +3087,6 @@ static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type, return res; } +MODULE_ALIAS("nfs4"); + #endif /* CONFIG_NFS_V4 */