summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmpfs/tmpfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfs/tmpfs.h b/tmpfs/tmpfs.h
index 3032ce3c..a0e1f7ad 100644
--- a/tmpfs/tmpfs.h
+++ b/tmpfs/tmpfs.h
@@ -64,6 +64,7 @@ struct tmpfs_dirent
{
struct tmpfs_dirent *next;
struct disknode *dn;
+ uint32_t pad;
uint8_t namelen;
char name[0];
};