From 456d74c6d260390ec15fadc1cb1192ca642846fb Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 8 Feb 2003 00:37:30 +0000 Subject: [PATCH] Uncommented extended_partition_info::mounted_at. It looks like we can't get hold of this data, so the field will probably disappear. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2655 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/kernel/disk_scanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/kernel/disk_scanner.h b/headers/os/kernel/disk_scanner.h index 4d1db35455..09e24742c1 100644 --- a/headers/os/kernel/disk_scanner.h +++ b/headers/os/kernel/disk_scanner.h @@ -41,7 +41,7 @@ typedef struct extended_partition_info { char file_system_short_name[B_FILE_NAME_LENGTH]; /* "", if hidden */ char file_system_long_name[B_FILE_NAME_LENGTH]; /* or unknown FS */ char volume_name[B_FILE_NAME_LENGTH]; /* "", if hidden */ - char mounted_at[B_FILE_NAME_LENGTH]; /* "", if not mounted */ +// char mounted_at[B_FILE_NAME_LENGTH]; /* "", if not mounted */ //< better B_PATH_NAME_LENGTH? uint32 partition_code; uint32 file_system_flags; /* same as fs_info::flags */