Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90608
b: refs/heads/master
c: 3db8ce3
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and David S. Miller committed Apr 10, 2008
1 parent 370b245 commit a9179c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4738c1db1593687713869fa69e733eebc7b0d6d8
refs/heads/master: 3db8ce35c37b62d27e7656fe5e7d2d2865002045
2 changes: 1 addition & 1 deletion trunk/net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};

Expand Down

0 comments on commit a9179c4

Please sign in to comment.