projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae811e
)
NFS: Alias the nfs module to nfs4
author
bjschuma@gmail.com
<bjschuma@gmail.com>
Wed, 8 Aug 2012 17:57:10 +0000
(13:57 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 16 Aug 2012 20:15:49 +0000
(16:15 -0400)
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>
fs/nfs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/super.c
b/fs/nfs/super.c
index c4a15c55519c973bff83a295e4bf5228396891cc..239aff7338eb89ee8c0d4080694178317d84929e 100644
(file)
--- a/
fs/nfs/super.c
+++ b/
fs/nfs/super.c
@@
-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 */