mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Kernel: Promote various integers to 64 bits in storage layer
This commit is contained in:
parent
f3a3a63b68
commit
fdb5367da1
8 changed files with 29 additions and 45 deletions
|
@ -16,7 +16,7 @@ namespace Kernel {
|
|||
class FS;
|
||||
struct InodeMetadata;
|
||||
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(unsigned, InodeIndex);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u64, InodeIndex);
|
||||
|
||||
class InodeIdentifier {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue