Rename "struct partition" to "struct part_geom"

Change-Id: Ifaf9795ba70f5b933599b2a6ec9415e6bd13200c
This commit is contained in:
David van Moolenbroek
2013-03-20 16:14:21 +00:00
parent 32bef00fec
commit 3be9c7c33b
20 changed files with 29 additions and 38 deletions
+1 -1
View File
@@ -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) {