ino64 uses 8 byte padding now.

This commit is contained in:
Bryan Drewery 2018-06-21 16:39:38 +00:00
parent 88cafb5b91
commit a7ce3d543b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335493

View File

@ -28,7 +28,7 @@
.\" @(#)dir.5 8.3 (Berkeley) 4/19/94 .\" @(#)dir.5 8.3 (Berkeley) 4/19/94
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 13, 2017 .Dd June 20, 2018
.Dt DIR 5 .Dt DIR 5
.Os .Os
.Sh NAME .Sh NAME
@ -90,7 +90,7 @@ The directory entry format is defined in the file
* *
* A directory entry has a struct dirent at the front of it, containing its * A directory entry has a struct dirent at the front of it, containing its
* inode number, the length of the entry, and the length of the name * inode number, the length of the entry, and the length of the name
* contained in the entry. These are followed by the name padded to a 4 * contained in the entry. These are followed by the name padded to a 8
* byte boundary with null bytes. All names are guaranteed null terminated. * byte boundary with null bytes. All names are guaranteed null terminated.
* The maximum length of a name in a directory is MAXNAMLEN. * The maximum length of a name in a directory is MAXNAMLEN.
* Explicit pad is added between the last member of the header and * Explicit pad is added between the last member of the header and