projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4738c1d
)
af_iucv: Use non-deprecated __RW_LOCK_UNLOCKED macro.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Thu, 10 Apr 2008 09:11:24 +0000
(
02:11
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Apr 2008 09:11:24 +0000
(
02:11
-0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/af_iucv.c
patch
|
blob
|
history
diff --git
a/net/iucv/af_iucv.c
b/net/iucv/af_iucv.c
index fee22caf1bad54b37edb00e3554a53615a8cb82b..7b0038f45b168c3aab1e2f236dd62584542c0331 100644
(file)
--- a/
net/iucv/af_iucv.c
+++ b/
net/iucv/af_iucv.c
@@
-53,7
+53,7
@@
static int iucv_callback_connreq(struct iucv_path *, u8 ipvmid[8],
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)
};