qcow2: rename two QCowAIOCB members
commit7b88e48ba56bd849464e44717e81ff129695cc38
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Jan 2010 15:12:09 +0000 (21 16:12 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Jan 2010 21:45:00 +0000 (26 15:45 -0600)
treed3a19aefc202c5431e5143853a26749a572168a4
parent9a2d77ad0dd6b3e93669543b846a75c02878eba7
qcow2: rename two QCowAIOCB members

The n member is not very descriptive and very hard to grep, rename it to
cur_nr_sectors to better indicate what it is used for.  Also rename
nb_sectors to remaining_sectors as that is what it is used for.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/qcow2.c