On Mon, 2012-08-27 at 13:13 -0700, [email protected] wrote:
> The patch below does not apply to the 3.5-stable tree.
> If someone wants it applied there, or to any other stable or longterm
> tree, then please email the backport, including the original git commit
> id to <[email protected]>.
[...]

This just needs a trivial context change; see attached.

Ben.

-- 
Ben Hutchings
One of the nice things about standards is that there are so many of them.
From: "[email protected]" <[email protected]>
Date: Wed, 8 Aug 2012 13:57:10 -0400
Subject: NFS: Alias the nfs module to nfs4

commit 425e776d93a7a5070b77d4f458a5bab0f924652c upstream.

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

Signed-off-by: Bryan Schumaker <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <[email protected]>
---
 fs/nfs/super.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -3087,4 +3087,6 @@ static struct dentry *nfs4_referral_moun
 	return res;
 }
 
+MODULE_ALIAS("nfs4");
+
 #endif /* CONFIG_NFS_V4 */

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to