commit | 7b88e48ba56bd849464e44717e81ff129695cc38 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jan 21 16:12:09 2010 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jan 26 15:45:00 2010 -0600 |
tree | d3a19aefc202c5431e5143853a26749a572168a4 | |
parent | 9a2d77ad0dd6b3e93669543b846a75c02878eba7 [diff] |
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>