Add a field to struct disk for GEOM
This commit is contained in:
parent
417fb7f6fa
commit
032fcc6b45
@ -31,6 +31,7 @@ struct disk {
|
||||
struct diskslices *d_slice;
|
||||
struct disklabel d_label;
|
||||
LIST_ENTRY(disk) d_list;
|
||||
void *d_softc;
|
||||
};
|
||||
|
||||
#define DISKFLAG_LOCK 0x1
|
||||
|
Loading…
x
Reference in New Issue
Block a user