Re: [PATCH 7/9] sd_zbc: Rename sd_zbc_setup_write_cmnd

2017-04-23 Thread Damien Le Moal
Bart, On 4/22/17 02:07, Bart Van Assche wrote: > On Fri, 2017-04-21 at 18:16 +0900, damien.lem...@wdc.com wrote: >> Rename sd_zbc_setup_write_cmnd() to sd_zbc_write_lock_zone() to be >> clear about what the function actually does. To be consistent, also >> rename sd_zbc_cancel_write_cmnd() to sd_z

Re: [PATCH 7/9] sd_zbc: Rename sd_zbc_setup_write_cmnd

2017-04-21 Thread Bart Van Assche
On Fri, 2017-04-21 at 18:16 +0900, damien.lem...@wdc.com wrote: > Rename sd_zbc_setup_write_cmnd() to sd_zbc_write_lock_zone() to be > clear about what the function actually does. To be consistent, also > rename sd_zbc_cancel_write_cmnd() to sd_zbc_write_unlock_zone(). > > [ ... ] > /* > -

[PATCH 7/9] sd_zbc: Rename sd_zbc_setup_write_cmnd

2017-04-21 Thread damien . lemoal
From: Damien Le Moal Rename sd_zbc_setup_write_cmnd() to sd_zbc_write_lock_zone() to be clear about what the function actually does. To be consistent, also rename sd_zbc_cancel_write_cmnd() to sd_zbc_write_unlock_zone(). No functional change is introduced by this patch. Signed-off-by: Damien Le