mbox series

[v2,0/1] vdi: Use a literal number of bytes for

Message ID 20181104180900.7527-1-lbloch@janustech.com (mailing list archive)
Headers show
Series vdi: Use a literal number of bytes for | expand

Message

Leonid Bloch Nov. 4, 2018, 6:09 p.m. UTC
Please see the commit message for the rationale.

Difference from v1:
* Format string is fixed.

Leonid Bloch (1):
  vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE

 block/vdi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kevin Wolf Nov. 5, 2018, 2:29 p.m. UTC | #1
Am 04.11.2018 um 19:09 hat Leonid Bloch geschrieben:
> Please see the commit message for the rationale.
> 
> Difference from v1:
> * Format string is fixed.

Thanks, applied to the block branch.

Kevin