* Removed no longer needed disk device related syscalls
(_kern_{supports,validate}_*(), etc.).
* Adjusted the prototypes of the disk device modification syscalls.
Commented out their implementations for the time -- they'll mostly
have to be rewritten completely.
* Implemented the userland disk device jobs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,9 +29,6 @@ public:
|
||||
int32 CountPartitionableSpaces() const;
|
||||
|
||||
private:
|
||||
status_t _SetTo(partition_id partition,
|
||||
int32 changeCounter);
|
||||
|
||||
status_t _InsertSpaces(int32 index, int32 count);
|
||||
void _RemoveSpaces(int32 index, int32 count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user