summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch
index 02f9fe12..34d00b64 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0026-nfs-fix-regression-in-handling-of-context-option-in-.patch
@@ -1,4 +1,4 @@
1From e7d23a1c02013b27699c8d993ef0ceb6e3110955 Mon Sep 17 00:00:00 2001 1From e89768f97b1d5faa0cb6335e46558f889320621e Mon Sep 17 00:00:00 2001
2From: Jeff Layton <jlayton@redhat.com> 2From: Jeff Layton <jlayton@redhat.com>
3Date: Tue, 20 Dec 2011 06:57:45 -0500 3Date: Tue, 20 Dec 2011 06:57:45 -0500
4Subject: [PATCH 026/130] nfs: fix regression in handling of context= option 4Subject: [PATCH 026/130] nfs: fix regression in handling of context= option
@@ -28,7 +28,7 @@ Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
28Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 28Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
29--- 29---
30 fs/nfs/super.c | 43 +++++++++++++++++++------------------------ 30 fs/nfs/super.c | 43 +++++++++++++++++++------------------------
31 1 files changed, 19 insertions(+), 24 deletions(-) 31 1 file changed, 19 insertions(+), 24 deletions(-)
32 32
33diff --git a/fs/nfs/super.c b/fs/nfs/super.c 33diff --git a/fs/nfs/super.c b/fs/nfs/super.c
34index 1347774..3ada13c 100644 34index 1347774..3ada13c 100644
@@ -143,5 +143,5 @@ index 1347774..3ada13c 100644
143 error != 0 ? " [error]" : ""); 143 error != 0 ? " [error]" : "");
144 return res; 144 return res;
145-- 145--
1461.7.7.4 1461.7.9.4
147 147