commit | e593bf9751566e0ba5a055a976a4abd54101d572 | [log] [tgz] |
---|---|---|
author | Tiwei Bie <tiwei.bie@intel.com> | Wed Nov 21 18:03:21 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 26 22:17:39 2018 -0800 |
tree | 3acfa90d00885ecd923690aa65d90a945a7076c7 | |
parent | e6f633e5beab659513297f1210b428ce6f46e69c [diff] |
virtio_ring: put split ring fields in a sub struct Put the split ring specific fields in a sub-struct named as "split" to avoid misuse after introducing packed ring. There is no functional change. Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>