Re: [Qemu-devel] [PATCH 5/5] nbd: Drop unused offset parameter

2016-07-08 Thread Kevin Wolf
Am 21.06.2016 um 01:39 hat Eric Blake geschrieben: > Now that NBD relies on the block layer to fragment things, we no > longer need to track an offset argument for which fragment of > a request we are actually servicing. > > While at it, use true and false instead of 0 and 1 for a bool > parameter

[Qemu-devel] [PATCH 5/5] nbd: Drop unused offset parameter

2016-06-20 Thread Eric Blake
Now that NBD relies on the block layer to fragment things, we no longer need to track an offset argument for which fragment of a request we are actually servicing. While at it, use true and false instead of 0 and 1 for a bool parameter. Signed-off-by: Eric Blake --- include/block/nbd.h | 1 -