Added more debugging code. The partition code appears to be using objects that have been destroyed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23165 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,8 +30,8 @@ class Partition : public Node, public partition_data {
|
||||
status_t Mount(Directory **_fileSystem = NULL, bool isBootDevice = false);
|
||||
status_t Scan(bool mountFileSystems, bool isBootDevice = false);
|
||||
|
||||
void SetParent(Partition *parent) { fParent = parent; }
|
||||
Partition *Parent() const { return fParent; }
|
||||
void SetParent(Partition *parent);
|
||||
Partition *Parent() const;
|
||||
|
||||
bool IsFileSystem() const { return fIsFileSystem; }
|
||||
bool IsPartitioningSystem() const { return fIsPartitioningSystem; }
|
||||
|
||||
Reference in New Issue
Block a user