Commit 14f4f45a authored by bjschuma@gmail.com's avatar bjschuma@gmail.com Committed by Willy Tarreau

NFS: Alias the nfs module to nfs4

commit 425e776d upstream.

This allows distros to remove the line from their modprobe
configuration.
Signed-off-by: default avatarBryan Schumaker <bjschuma@netapp.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
parent 0b32b457
...@@ -2934,4 +2934,6 @@ static int nfs4_referral_get_sb(struct file_system_type *fs_type, ...@@ -2934,4 +2934,6 @@ static int nfs4_referral_get_sb(struct file_system_type *fs_type,
return error; return error;
} }
MODULE_ALIAS("nfs4");
#endif /* CONFIG_NFS_V4 */ #endif /* CONFIG_NFS_V4 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment