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:
Axel Dörfler 2004-11-08 11:29:12 +00:00
parent 6aa419e55f
commit d790daa3cc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ typedef struct partition_data {
uint32 block_size;
int32 child_count;
int32 index; // [sys]
uint32 status; // [sys]
uint32 status;
uint32 flags;
dev_t volume; // [sys]
void *mount_cookie; // [sys]