mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Kernel: Make block-based file system code 64 bit ready
This commit is contained in:
committed by
Andreas Kling
parent
6698fd84ff
commit
eea5a5ed5d
Notes:
sideshowbarker
2024-07-18 21:14:25 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/eea5a5ed5d7 Pull-request: https://github.com/SerenityOS/serenity/pull/5863
@@ -32,7 +32,7 @@ namespace Kernel {
|
||||
|
||||
class BlockBasedFS : public FileBackedFS {
|
||||
public:
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(unsigned, BlockIndex);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u64, BlockIndex);
|
||||
|
||||
virtual ~BlockBasedFS() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user