diff options
-rw-r--r-- | ext2fs/ext2fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index b84b0446..ceee9093 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -184,6 +184,9 @@ struct disknode /* True if the last page of the file has been made writable, but is only partially allocated. */ int last_page_partially_writable; + + /* Index to start a directory lookup at. */ + int dir_idx; }; struct user_pager_info |