From fef303a8bc9f168069e217ab19284f2fdadf1426 Mon Sep 17 00:00:00 2001 From: "bjschuma@gmail.com" Date: Wed, 8 Aug 2012 13:57:10 -0400 Subject: [PATCH] --- yaml --- r: 322106 b: refs/heads/master c: 425e776d93a7a5070b77d4f458a5bab0f924652c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/super.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 */