summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch
index f8ed71f9..c95ae641 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0078-rds-Make-rds_sock_lock-BH-rather-than-IRQ-safe.patch
@@ -1,4 +1,4 @@
1From cd494e9314acf83a286be19315a4cf99fd8de826 Mon Sep 17 00:00:00 2001 1From af4ce0cb61137477b811f90fa81cc442bddbaa09 Mon Sep 17 00:00:00 2001
2From: "David S. Miller" <davem@davemloft.net> 2From: "David S. Miller" <davem@davemloft.net>
3Date: Tue, 24 Jan 2012 17:03:44 -0500 3Date: Tue, 24 Jan 2012 17:03:44 -0500
4Subject: [PATCH 78/90] rds: Make rds_sock_lock BH rather than IRQ safe. 4Subject: [PATCH 78/90] rds: Make rds_sock_lock BH rather than IRQ safe.
@@ -21,7 +21,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
21Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 21Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22--- 22---
23 net/rds/af_rds.c | 20 ++++++++------------ 23 net/rds/af_rds.c | 20 ++++++++------------
24 1 files changed, 8 insertions(+), 12 deletions(-) 24 1 file changed, 8 insertions(+), 12 deletions(-)
25 25
26diff --git a/net/rds/af_rds.c b/net/rds/af_rds.c 26diff --git a/net/rds/af_rds.c b/net/rds/af_rds.c
27index bb6ad81..424ff62 100644 27index bb6ad81..424ff62 100644
@@ -115,5 +115,5 @@ index bb6ad81..424ff62 100644
115 115
116 static void rds_exit(void) 116 static void rds_exit(void)
117-- 117--
1181.7.7.4 1181.7.9.4
119 119