Skip to content

Commit

Permalink
NFS: Alias the nfs module to nfs4
Browse files Browse the repository at this point in the history
This allows distros to remove the line from their modprobe
configuration.

Signed-off-by: Bryan Schumaker <[email protected]>
Cc: [email protected]
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
[email protected] authored and Trond Myklebust committed Aug 16, 2012
1 parent 1ae811e commit 425e776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2680,4 +2680,6 @@ MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 "
module_param(send_implementation_id, ushort, 0644);
MODULE_PARM_DESC(send_implementation_id,
"Send implementation ID with NFSv4.1 exchange_id");
MODULE_ALIAS("nfs4");

#endif /* CONFIG_NFS_V4 */

0 comments on commit 425e776

Please sign in to comment.