This commit is contained in:
Marcus Holland-Moritz 2021-03-18 11:06:31 +01:00
parent 35a3a900a7
commit 4e09098727

View File

@ -168,9 +168,9 @@ The `inodes` list is strictly in the following order:
* regular *shared* file inodes (`S_IREG`) * regular *shared* file inodes (`S_IREG`)
* character/block device inodes * character/block device inodes (`S_IFCHR`, `S_IFBLK`)
* socket/pipe inodes * socket/pipe inodes (`S_IFSOCK`, `S_IFIFO`)
The offsets can thus be found using a simple binary search. The offsets can thus be found using a simple binary search.