mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 10:05:10 +00:00
Kernel: Make block-based file system code 64 bit ready
This commit is contained in:
parent
6698fd84ff
commit
eea5a5ed5d
3 changed files with 32 additions and 32 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue