storage kit: don't expose the dev_t in BPartition::Mount()
Comments to #9672 agree that there's really no need to expose the dev_t handle, thus simplifying the API. The dev_t handle, if required, can be retrieved via BPartition::GetVolume() instead.
This commit is contained in:
@@ -70,8 +70,7 @@ public:
|
||||
|
||||
status_t Mount(const char* mountPoint = NULL,
|
||||
uint32 mountFlags = 0,
|
||||
const char* parameters = NULL,
|
||||
dev_t* devicePointer = NULL);
|
||||
const char* parameters = NULL);
|
||||
status_t Unmount(uint32 unmountFlags = 0);
|
||||
|
||||
// Hierarchy Info
|
||||
|
||||
Reference in New Issue
Block a user