Skip to content

Commit

Permalink
Documentation: Fix grammar-o in ProcFSIndexing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nico authored and linusg committed Oct 1, 2021
1 parent 5a951d6 commit cd7ec29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Kernel/ProcFSIndexing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ effects of the disadvantages of each design.

Since it was decided that heap allocations for ProcFS are *mostly* bad, the new
design layout tries to achieve most of the principle of "Don't allocate anything
until actually needed". For that to happen, `InodeIndex` (u64 value) is splitted
to 3 Segments:
until actually needed". For that to happen, `InodeIndex` (u64 value) is split
into 3 Segments:
- The primary segment: value 0 is reserved for all non-PID inodes in the procfs.
All values from 1 to 0xFFFFFFF are valid PID indices, which represents all PIDs from 0 to 0xFFFFFFE

Expand Down

0 comments on commit cd7ec29

Please sign in to comment.