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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user