mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
man-page-fileserver-fix-block-size-20081111
After code study, we've decided that additional blocks do add 32 octets, not 16, despite messages to the contrary in the archives.
This commit is contained in:
parent
794967ed3e
commit
a3c9b01f3a
@ -241,7 +241,7 @@ The maximum number of directory entries is 64,000 if all of the entries
|
|||||||
have names that are 15 octets or less in length. A name that is 15 octets
|
have names that are 15 octets or less in length. A name that is 15 octets
|
||||||
long requires the use of only one block in the directory. Additional
|
long requires the use of only one block in the directory. Additional
|
||||||
sequential blocks are required to store entries with names that are longer
|
sequential blocks are required to store entries with names that are longer
|
||||||
than 15 octets. Each additional block provides an additional length of 16
|
than 15 octets. Each additional block provides an additional length of 32
|
||||||
octets for the name of the entry. Note that if file names use an encoding
|
octets for the name of the entry. Note that if file names use an encoding
|
||||||
like UTF-8, a single character may be encoded into multiple octets.
|
like UTF-8, a single character may be encoded into multiple octets.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user