Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121881
b: refs/heads/master
c: 248969a
h: refs/heads/master
i:
  121879: d9fd2fc
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 17, 2008
1 parent 677a7ab commit 541f9fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: c3ccc12339afa2633c72131e2aa97d52d9ca1b8a
refs/heads/master: 248969ae31e1b3276fc4399d67ce29a5d81e6fd9
7 changes: 4 additions & 3 deletions trunk/net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,10 @@ static const struct proto_ops unix_seqpacket_ops = {
};

static struct proto unix_proto = {
.name = "UNIX",
.owner = THIS_MODULE,
.obj_size = sizeof(struct unix_sock),
.name = "UNIX",
.owner = THIS_MODULE,
.sockets_allocated = &unix_nr_socks,
.obj_size = sizeof(struct unix_sock),
};

/*
Expand Down

0 comments on commit 541f9fe

Please sign in to comment.