diff options
author | Paul Durrant <paul.durrant@citrix.com> | 2019-01-08 14:48:57 +0000 |
---|---|---|
committer | Anthony PERARD <anthony.perard@citrix.com> | 2019-01-14 13:45:40 +0000 |
commit | e7f5b5f841abc7eae4704a4ad3a33d793e3ff051 (patch) | |
tree | 0a48c9ce2e71ba7d27aa76a3bdf6302c5e67b6d9 /net/netmap.c | |
parent | f3b604e31d8450e42b93cb9042341c8b267cc22c (diff) |
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
This is a purely cosmetic patch that purges the name 'ioreq' from struct,
variable and field names. (This name has been problematic for a long time
as 'ioreq' is the name used for generic I/O requests coming from Xen).
The patch replaces 'struct ioreq' with a new 'XenBlockRequest' type and
'ioreq' field/variable names with 'request', and then does necessary
fix-up to adhere to coding style.
Function names are not modified by this patch. They will be dealt with in
a subsequent patch.
No functional change.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Anthony Perard <anthony.perard@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'net/netmap.c')
0 files changed, 0 insertions, 0 deletions