Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674289
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/6] vmbus: drop unused ring_buffer_info elements |
| Date | 2017-06-25 21:40 +0200 |
| Message-ID | <tWly1-He-1@gated-at.bofh.it> (permalink) |
| References | <tWly2-He-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Stephen Hemminger <stephen@networkplumber.org>
The elements ring_data_start_offset and priv_write_index
are not used.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
---
include/linux/hyperv.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 9591ae7..b1549c9 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -124,8 +124,6 @@ struct hv_ring_buffer_info {
spinlock_t ring_lock;
u32 ring_datasize; /* < ring_size */
- u32 ring_data_startoffset;
- u32 priv_write_index;
u32 priv_read_index;
u32 cached_read_index;
};
--
1.7.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/6] vmbus: drop unused ring_buffer_info elements kys@exchange.microsoft.com - 2017-06-25 21:40 +0200
csiph-web