disk: delete the GET_DISK_SIZE IOCTL. The argument is a u32_t which limits the maximum disk size to 4 GiB. Rather than fix this, delete the ioctl and switch the only use to GET_SECTOR_COUNT instead. Signed-off-by: Michael Hope <mlhx@google.com>