Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78676
b: refs/heads/master
c: 96a8996
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed Jan 28, 2008
1 parent 254d36c commit 21b22a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 00f5e06c032507206c4ac0c846ad82b75ae7665b
refs/heads/master: 96a899655e2c3ba53f083eda69706ee4eb05271f
1 change: 0 additions & 1 deletion trunk/drivers/connector/cn_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ struct cn_queue_dev *cn_queue_alloc_dev(char *name, struct sock *nls)
spin_lock_init(&dev->queue_lock);

dev->nls = nls;
dev->netlink_groups = 0;

dev->cn_queue = create_workqueue(dev->name);
if (!dev->cn_queue) {
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ struct cn_queue_dev {
struct list_head queue_list;
spinlock_t queue_lock;

int netlink_groups;
struct sock *nls;
};

Expand Down

0 comments on commit 21b22a9

Please sign in to comment.