Skip to content

Commit 4931726

Browse files
authored
Update part_driver_mbr.c add valid_partitions variable
1 parent 1dfedb5 commit 4931726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iop/fs/bdm/src/part_driver_mbr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ int part_connect_mbr(struct block_device *bd)
3939
int ret;
4040
int mountCount = 0;
4141
int partIndex;
42+
int valid_partitions;
4243

4344
M_DEBUG("%s\n", __func__);
4445

0 commit comments

Comments
 (0)