mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
Kernel: Refactor storage stack with u64 as number of blocks
This commit is contained in:
parent
aeef14ae28
commit
9a3aa7eb0b
Notes:
sideshowbarker
2024-07-18 21:16:07 +09:00
Author: https://github.com/boricj
Commit: 9a3aa7eb0b
Pull-request: https://github.com/SerenityOS/serenity/pull/5766
Reviewed-by: https://github.com/supercomputer7
10 changed files with 26 additions and 38 deletions
|
@ -43,7 +43,6 @@ public:
|
|||
|
||||
// ^StorageDevice
|
||||
virtual Type type() const override { return StorageDevice::Type::Ramdisk; }
|
||||
virtual size_t max_addressable_block() const override;
|
||||
|
||||
// ^BlockDevice
|
||||
virtual void start_request(AsyncBlockDeviceRequest&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue