mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 18:41:00 +00:00
This change in fact does the following:
1. Use support for symlinks between /sys/dev/block/ storage device
identifier nodes and devices in /sys/devices/storage/{LUN}.
2. Add basic nodes in a /sys/devices/storage/{LUN} directory, to let
userspace to know about the device and its details.
|
||
|---|---|---|
| .. | ||
| BlockDevicesDirectory.cpp | ||
| BlockDevicesDirectory.h | ||
| CharacterDevicesDirectory.cpp | ||
| CharacterDevicesDirectory.h | ||
| DeviceComponent.cpp | ||
| DeviceComponent.h | ||
| Directory.cpp | ||
| Directory.h | ||
| SymbolicLinkDeviceComponent.cpp | ||
| SymbolicLinkDeviceComponent.h | ||