commit | 46e3626adb86be2ff1321d26107cb75df07a7f4e | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen.5i5j@gmail.com> | Tue Aug 26 23:38:44 2014 +0800 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Tue Sep 23 13:36:18 2014 +0000 |
tree | 8f8c4086c020ba9f22e180b8177e7d2816aad5a4 | |
parent | 4fbb67e3c87b806ad54445a1b4a9c6bde2359c98 [diff] |
xen/grant-table: refactor error cleanup in grow_gnttab_list() The cleanup loop in grow_gnttab_list() is safe from the underflow of the unsigned 'i' since nr_glist_frames is >= 1, but refactor it anyway. Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>