]> git.hungrycats.org Git - linux/commitdiff
NFS: Alias the nfs module to nfs4
authorbjschuma@gmail.com <bjschuma@gmail.com>
Wed, 8 Aug 2012 17:57:10 +0000 (13:57 -0400)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Oct 2012 21:38:22 +0000 (23:38 +0200)
commit 425e776d93a7a5070b77d4f458a5bab0f924652c 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>
Signed-off-by: Willy Tarreau <w@1wt.eu>
fs/nfs/super.c

index c34680849c5290199a91d42bf276dc6f9d20e01e..9a3f15bb7b37aac49a439b466314ae4bcb449b40 100644 (file)
@@ -2934,4 +2934,6 @@ out:
        return error;
 }
 
+MODULE_ALIAS("nfs4");
+
 #endif /* CONFIG_NFS_V4 */