commit | e119bcaceb8dc17fe4874d6b0d2b62752639e488 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Apr 19 13:13:44 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Apr 27 16:20:59 2011 +0200 |
tree | ae904b9d7de09ad7018d2890b842a5bfbc9fa656 | |
parent | e1a064f982802ebb4a865482b7c0fe5e68d047f9 [diff] |
ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors The disk size can only change when the medium is changed, and the change callback takes care of updating s->nb_sectors in this case. Signed-off-by: Kevin Wolf <kwolf@redhat.com>