* 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:
Ingo Weinhold
2007-10-17 22:56:23 +00:00
parent 271b1f27bf
commit 1573b62671
9 changed files with 32 additions and 304 deletions
+3 -3
View File
@@ -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);