mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
4a3a947df3
This will allow File and it's descendants to use RefCounted instead of having a custom implementation of unref. (Since RefCounted calls will_be_destroyed automatically) This commit also removes an erroneous call to `before_removing` in AHCIPort, this is a duplicate call, as the only reference to the device is immediately dropped following the call, which in turns calls `before_removing` via File::unref. |
||
---|---|---|
.. | ||
Audio | ||
HID | ||
AsyncDeviceRequest.cpp | ||
AsyncDeviceRequest.h | ||
BlockDevice.cpp | ||
BlockDevice.h | ||
CharacterDevice.cpp | ||
CharacterDevice.h | ||
ConsoleDevice.cpp | ||
ConsoleDevice.h | ||
Device.cpp | ||
Device.h | ||
DeviceManagement.cpp | ||
DeviceManagement.h | ||
FullDevice.cpp | ||
FullDevice.h | ||
KCOVDevice.cpp | ||
KCOVDevice.h | ||
KCOVInstance.cpp | ||
KCOVInstance.h | ||
MemoryDevice.cpp | ||
MemoryDevice.h | ||
NullDevice.cpp | ||
NullDevice.h | ||
PCISerialDevice.cpp | ||
PCISerialDevice.h | ||
PCSpeaker.cpp | ||
PCSpeaker.h | ||
RandomDevice.cpp | ||
RandomDevice.h | ||
SerialDevice.cpp | ||
SerialDevice.h | ||
VMWareBackdoor.cpp | ||
VMWareBackdoor.h | ||
ZeroDevice.cpp | ||
ZeroDevice.h |