Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1285924
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 06/13] irq_poll: remove unused data and max fields |
| Date | 2015-12-07 22:00 +0100 |
| Message-ID | <qDb35-14n-35@gated-at.bofh.it> (permalink) |
| References | <qDb34-14n-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
include/linux/irq_poll.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/irq_poll.h b/include/linux/irq_poll.h
index ce9e1db..7527c03 100644
--- a/include/linux/irq_poll.h
+++ b/include/linux/irq_poll.h
@@ -7,9 +7,7 @@ typedef int (irq_poll_fn)(struct irq_poll *, int);
struct irq_poll {
struct list_head list;
unsigned long state;
- unsigned long data;
int weight;
- int max;
irq_poll_fn *poll;
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
completion queue abstraction V2 Christoph Hellwig <hch@lst.de> - 2015-12-07 22:00 +0100 [PATCH 06/13] irq_poll: remove unused data and max fields Christoph Hellwig <hch@lst.de> - 2015-12-07 22:00 +0100 [PATCH 09/13] IB/srpt: use the new CQ API Christoph Hellwig <hch@lst.de> - 2015-12-07 22:00 +0100 [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched Christoph Hellwig <hch@lst.de> - 2015-12-07 22:10 +0100 [PATCH 04/13] irq_poll: fold irq_poll_disable_pending into irq_poll_softirq Christoph Hellwig <hch@lst.de> - 2015-12-07 22:10 +0100 [PATCH 02/13] irq_poll: don't disable new irq_poll instances Christoph Hellwig <hch@lst.de> - 2015-12-07 22:10 +0100 [PATCH 01/13] irq_poll: make blk-iopoll available outside the block layer Christoph Hellwig <hch@lst.de> - 2015-12-07 22:10 +0100
csiph-web