kernel/fs: Don't store the mount cookie in the KPartition.

Nothing uses it. If needed, it can be retrieved through the volume
(mount) ID.
This commit is contained in:
Augustin Cavalier
2024-12-19 17:17:18 -05:00
parent 46a1eb7da5
commit 74ae79fed9
6 changed files with 1 additions and 45 deletions
-1
View File
@@ -31,7 +31,6 @@ typedef struct partition_data {
uint32 status;
uint32 flags;
dev_t volume; // [sys]
void *mount_cookie; // [sys]
char *name; // max: B_OS_NAME_LENGTH
char *content_name; //
char *type; //