axeld + bonefish:

* Unmount when uninitializing a partition.
* Finished the media checker implementation, i.e. we rescan when a media
  was inserted and uninitialize when ejected.
* Turned the disk device media checker from a kernel daemon into a thread.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22909 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-11-12 18:41:36 +00:00
parent 5b1f301a11
commit b3a5629b9e
6 changed files with 64 additions and 96 deletions
@@ -54,6 +54,7 @@ public:
bool IsBusy() const;
bool IsBusy(bool includeDescendants);
bool CheckAndMarkBusy(bool includeDescendants);
void MarkBusy(bool includeDescendants);
void UnmarkBusy(bool includeDescendants);
void SetOffset(off_t offset);