summaryrefslogtreecommitdiff
path: root/tmpfs/tmpfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmpfs/tmpfs.h')
-rw-r--r--tmpfs/tmpfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpfs/tmpfs.h b/tmpfs/tmpfs.h
index 3d38e2ab..3cb31e6b 100644
--- a/tmpfs/tmpfs.h
+++ b/tmpfs/tmpfs.h
@@ -65,7 +65,6 @@ struct tmpfs_dirent
{
struct tmpfs_dirent *next;
struct disknode *dn;
- uint32_t pad;
uint8_t namelen;
char name[0];
};