From 6596980003f9e97d6f6c220df0d97f976ab662fc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 30 Aug 1996 17:47:15 +0000 Subject: (struct disknode): New member `dir_idx'. --- ext2fs/ext2fs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext2fs/ext2fs.h') 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 -- cgit v1.2.3