* Added "partition_id partition" field to fs_volume, so that file

systems can get the partition they reside on easily.
* Updated TODO.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26401 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-07-13 12:47:08 +00:00
parent d903f7e019
commit 60f2ef17be
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -54,6 +54,7 @@ typedef struct fs_vnode_ops fs_vnode_ops;
struct fs_volume {
dev_t id;
partition_id partition;
int32 layer;
void* private_volume;
fs_volume_ops* ops;