diff options
author | bjschuma@gmail.com <bjschuma@gmail.com> | 2012-08-08 13:57:10 -0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2012-09-12 03:37:05 +0100 |
commit | 93478b6b303be51b15e078ddbda862ec39300f4f (patch) | |
tree | 9223b4b87cb286d65de55bffc890885e4a4e8985 /fs/nfs | |
parent | 8f95230095324becad132fa3a2a2eff8f7de7bdb (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>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 376cd65e0ed..6e85ec64bf4 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 */ |