* Removed the BDiskDeviceJob class. Jobs won't be generated and executed
in the kernel anymore. The respective functionality will be moved into the userland. Depending on how we want the API user to interface with it, we may want to reintroduce a similar class later. * Cleared remaining references to shadow partitions. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22606 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,13 +45,13 @@ private:
|
||||
BDiskDevice& operator=(const BDiskDevice&);
|
||||
|
||||
static status_t _GetData(partition_id id, bool deviceOnly,
|
||||
bool shadow, size_t neededSize,
|
||||
size_t neededSize,
|
||||
user_disk_device_data** data);
|
||||
|
||||
status_t _SetTo(partition_id id, bool deviceOnly,
|
||||
bool shadow, size_t neededSize);
|
||||
size_t neededSize);
|
||||
status_t _SetTo(user_disk_device_data* data);
|
||||
status_t _Update(bool shadow, bool* updated);
|
||||
status_t _Update(bool* updated);
|
||||
status_t _Update(user_disk_device_data* data,
|
||||
bool* updated);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user