cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Disambiguate device parameters #25

Closed petrutlucian94 closed 3 years ago

petrutlucian94 commented 3 years ago

WNBD deals with two types of devices: SCSI adapters and SCSI disks. We have functions such as WnbdOpenDevice or parameters such as WNBD_DEVICE and it's hard to tell if those are adapters or disks without being very familiar with the code.

This PR renames those functions and parameters in order to avoid confusion.

Depends-On: https://github.com/cloudbase/wnbd/pull/24

aserdean commented 3 years ago

Acked-by: Alin Gabriel Serdean aserdean@cloudbasesolutions.com

petrutlucian94 commented 3 years ago

Already merged.