On 10/2/24 3:39 PM, Damien Le Moal wrote:
On 10/3/24 05:33, Bart Van Assche wrote:
Rename .slave_alloc() into .sdev_prep() and .slave_destroy() into
"sdev_init" or "sdev_initialize" may be a better name instead of "sdev_prep",
which does not really convey what the call will be preparing for. Also, "prep"
not being fully spelled out may confuse some people.
Hi Damien,
The function pointer name "sdev_init" seems clear enough to me.
Additionally, the word "init" literally occurs in the comment block
above the declaration of this function pointer. If nobody objects I will
change "sdev_prep" into "sdev_init".
Thanks,
Bart.