diff options
| author | Bart Van Assche <[email protected]> | 2022-07-14 11:06:48 -0700 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-07-14 12:14:31 -0600 |
| commit | 71f7113d20ae1083e66ce3301f387362184cdd96 (patch) | |
| tree | ea6314fc77cfb2338e91d34a9f9cc345d0f43128 /tools/perf/scripts/python | |
| parent | 581075e4f6475bb97c73ecccf68636a9453a31fd (diff) | |
dm/core: Rename kcopyd_job.rw into kcopyd.op
The member name 'rw' suggests that this member either has the value 'READ'
or 'WRITE' and no other values. Since that member also can have the value
REQ_OP_WRITE_ZEROES, rename 'rw' into 'op'. This patch does not change any
functionality since REQ_OP_READ = READ = 0 and REQ_OP_WRITE = WRITE = 1.
Cc: Alasdair Kergon <[email protected]>
Cc: Mike Snitzer <[email protected]>
Cc: Mikulas Patocka <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions