commit | cff16051bb1183126df24eb67f81e3eaefbd5f50 | [log] [tgz] |
---|---|---|
author | Michael Hope <mlhx@google.com> | Sun Dec 31 18:15:16 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Jan 31 09:14:40 2018 -0500 |
tree | 77b6c37653991d6781d8fb111581f4551acc01c9 | |
parent | f3653b1a5c99646070053df56f005fa521a25a75 [diff] |
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>