Rename "struct partition" to "struct part_geom"
Change-Id: Ifaf9795ba70f5b933599b2a6ec9415e6bd13200c
This commit is contained in:
@@ -262,7 +262,7 @@ static int do_dioctl(struct blockdriver *bdp, dev_t minor,
|
||||
{
|
||||
/* Carry out a disk-specific I/O control request. */
|
||||
struct device *dv;
|
||||
struct partition entry;
|
||||
struct part_geom entry;
|
||||
int r = EINVAL;
|
||||
|
||||
switch (request) {
|
||||
|
||||
@@ -29,7 +29,7 @@ char *device;
|
||||
u64_t *bytes;
|
||||
{
|
||||
int fd;
|
||||
struct partition entry;
|
||||
struct part_geom entry;
|
||||
struct stat st;
|
||||
|
||||
if ((fd = open(device, O_RDONLY)) == -1) {
|
||||
|
||||
Reference in New Issue
Block a user