Commit 425e776d93a7a5070b77d4f458a5bab0f924652c

Authored by bjschuma@gmail.com
Committed by Trond Myklebust
1 parent 1ae811ee27

NFS: Alias the nfs module to nfs4

This allows distros to remove the line from their modprobe
configuration.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Cc: stable@vger.kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -2680,5 +2680,7 @@
2680 2680 module_param(send_implementation_id, ushort, 0644);
2681 2681 MODULE_PARM_DESC(send_implementation_id,
2682 2682 "Send implementation ID with NFSv4.1 exchange_id");
  2683 +MODULE_ALIAS("nfs4");
  2684 +
2683 2685 #endif /* CONFIG_NFS_V4 */