The status field is no system field; it has to be set by the disk system
(it will be maintained by the system afterwards, though). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9849 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,7 +26,7 @@ typedef struct partition_data {
|
|||||||
uint32 block_size;
|
uint32 block_size;
|
||||||
int32 child_count;
|
int32 child_count;
|
||||||
int32 index; // [sys]
|
int32 index; // [sys]
|
||||||
uint32 status; // [sys]
|
uint32 status;
|
||||||
uint32 flags;
|
uint32 flags;
|
||||||
dev_t volume; // [sys]
|
dev_t volume; // [sys]
|
||||||
void *mount_cookie; // [sys]
|
void *mount_cookie; // [sys]
|
||||||
|
|||||||
Reference in New Issue
Block a user