projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4226ff6
)
vmbus: drop unused ring_buffer_info elements
author
Stephen Hemminger
<stephen@networkplumber.org>
Sun, 25 Jun 2017 19:30:25 +0000
(12:30 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 15:16:05 +0000
(17:16 +0200)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/hyperv.h
patch
|
blob
|
history
diff --git
a/include/linux/hyperv.h
b/include/linux/hyperv.h
index b7d7bbec74e044a56b10b49eff12d380206dcd32..5e5f966bf37f3102fb57e3ad8bf0fca0b01cb3d3 100644
(file)
--- 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;
};