* [PATCH 3/5] CONNECTOR: cleanup struct cn_queue_dev
@ 2008-01-04 5:52 Li Zefan
0 siblings, 0 replies; only message in thread
From: Li Zefan @ 2008-01-04 5:52 UTC (permalink / raw)
To: Andrew Morton; +Cc: Evgeniy Polyakov, LKML
Struct member netlink_groups is never used, and I don't see how it
can be useful.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
drivers/connector/cn_queue.c | 1 -
include/linux/connector.h | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/connector/cn_queue.c b/drivers/connector/cn_queue.c
index 296f510..75122cb 100644
--- a/drivers/connector/cn_queue.c
+++ b/drivers/connector/cn_queue.c
@@ -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) {
diff --git a/include/linux/connector.h b/include/linux/connector.h
index 13fc454..7e18311 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -112,7 +112,6 @@ struct cn_queue_dev {
struct list_head queue_list;
spinlock_t queue_lock;
- int netlink_groups;
struct sock *nls;
};
--
1.5.3.rc7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-04 5:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 5:52 [PATCH 3/5] CONNECTOR: cleanup struct cn_queue_dev Li Zefan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.