[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Tue, 01 Apr 2008 15:45:22 +0200
From: Ursula Braun <braunu@...ibm.com>
To: davem@...emloft.net, netdev@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: [patch 1/3] af_iucv: Use non-deprecated __RW_LOCK_UNLOCKED macro.
From: Robert P. J. Day <rpjday@...shcourse.ca>
Signed-off-by: Robert P. J. Day <rpjday@...shcourse.ca>
Signed-off-by: Ursula Braun <braunu@...ibm.com>
---
net/iucv/af_iucv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: net-2.6.26-uschi/net/iucv/af_iucv.c
===================================================================
--- net-2.6.26-uschi.orig/net/iucv/af_iucv.c
+++ net-2.6.26-uschi/net/iucv/af_iucv.c
@@ -53,7 +53,7 @@ static int iucv_callback_connreq(struct
static void iucv_callback_connrej(struct iucv_path *, u8 ipuser[16]);
static struct iucv_sock_list iucv_sk_list = {
- .lock = RW_LOCK_UNLOCKED,
+ .lock = __RW_LOCK_UNLOCKED(iucv_sk_list.lock),
.autobind_name = ATOMIC_INIT(0)
};
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hosted by DataForce ISP -
Powered by Openwall GNU/*/Linux