diff --git a/[refs] b/[refs] index d653a3e5e3f7..80d9e5876004 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ae811ee27912a0521e4b92dc9a1850c0243a247 +refs/heads/master: 425e776d93a7a5070b77d4f458a5bab0f924652c diff --git a/trunk/fs/nfs/super.c b/trunk/fs/nfs/super.c index c4a15c55519c..239aff7338eb 100644 --- a/trunk/fs/nfs/super.c +++ b/trunk/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 */