diff options
Diffstat (limited to 'tmpfs/tmpfs.h')
-rw-r--r-- | tmpfs/tmpfs.h | 1 |
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]; }; |