From: Greg Kroah-Hartman Date: Mon, 27 Aug 2012 21:53:19 +0000 (-0700) Subject: 3.4-stable patches X-Git-Tag: v3.5.4~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0975b43e409efd99df75dd5e75e3176454163ab9;p=thirdparty%2Fkernel%2Fstable-queue.git 3.4-stable patches added patches: nfs-alias-the-nfs-module-to-nfs4.patch --- diff --git a/queue-3.4/nfs-alias-the-nfs-module-to-nfs4.patch b/queue-3.4/nfs-alias-the-nfs-module-to-nfs4.patch new file mode 100644 index 00000000000..faf75cee9b8 --- /dev/null +++ b/queue-3.4/nfs-alias-the-nfs-module-to-nfs4.patch @@ -0,0 +1,26 @@ +From: "bjschuma@gmail.com" +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 +Signed-off-by: Trond Myklebust +[bwh: Backported to 3.2: adjust context] +Signed-off-by: Ben Hutchings +--- + fs/nfs/super.c | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/fs/nfs/super.c ++++ b/fs/nfs/super.c +@@ -3146,4 +3146,6 @@ static struct dentry *nfs4_referral_moun + return res; + } + ++MODULE_ALIAS("nfs4"); ++ + #endif /* CONFIG_NFS_V4 */ diff --git a/queue-3.4/series b/queue-3.4/series index 817279c0535..2547156078e 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -32,3 +32,4 @@ bluetooth-fix-using-null-inquiry-entry.patch bluetooth-fix-using-a-null-inquiry-cache-entry.patch bluetooth-set-name_state-to-unknown-when-entry-name-is-empty.patch bluetooth-fix-legacy-pairing-with-some-devices.patch +nfs-alias-the-nfs-module-to-nfs4.patch