Kernel: Refactor storage stack with u64 as number of blocks

This commit is contained in:
Jean-Baptiste Boric 2021-03-16 20:23:16 +01:00 committed by Andreas Kling
commit 9a3aa7eb0b
Notes: sideshowbarker 2024-07-18 21:16:07 +09:00
10 changed files with 26 additions and 38 deletions

View file

@ -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;