[Victoria Falls] Clean up directory probe debug printing

This commit is contained in:
Drew Galbraith 2023-07-31 23:54:41 -07:00
parent 3dce058562
commit bed685af65
2 changed files with 14 additions and 12 deletions

View file

@ -63,6 +63,10 @@ struct Inode {
uint32_t osd2[3];
} __attribute__((__packed__));
constexpr uint8_t kExt2FtUnknown = 0;
constexpr uint8_t kExt2FtFile = 1;
constexpr uint8_t kExt2FtDirectory = 2;
struct DirEntry {
uint32_t inode;
uint16_t record_length;