summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorbjschuma@gmail.com <bjschuma@gmail.com>2012-08-08 13:57:10 -0400
committerWilly Tarreau <w@1wt.eu>2012-10-07 23:38:22 +0200
commit14f4f45ab205170935d12bcc435f2e2a849eb3f2 (patch)
tree63ea8945105d79eae8264007cdce207a650fb408 /fs
parent0b32b457c3c72d474e55a73244f2cb06ae1d1aac (diff)
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 <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>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index c34680849c52..9a3f15bb7b37 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -2934,4 +2934,6 @@ out:
return error;
}
+MODULE_ALIAS("nfs4");
+
#endif /* CONFIG_NFS_V4 */