commit | 05d00bc94ac27d220d8a78e365d7fa3a26dcca17 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Sun Jun 25 12:30:27 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 17 17:16:05 2017 +0200 |
tree | 64da1c51e2148467c6b9a3acb71ab113510d42ad | |
parent | 8dd45f2ab005a1f3301296059b23b03ec3dbf79b [diff] |
vmbus: eliminate duplicate cached index Don't need cached read index anymore now that packet iterator is used. The iterator has the original read index until the visible read_index is updated. 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>