]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).
authorIan Dowse <iedowse@FreeBSD.org>
Sat, 18 May 2002 18:58:27 +0000 (18:58 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Sat, 18 May 2002 18:58:27 +0000 (18:58 +0000)
commite116910b8d9d9845b55e81bbfe803202bee201bc
tree7d011373499ef8371a1ad21a630aeac58c6c2716
parent00b162d0181a942754c37a578bd16cf7b8b371cb
Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).
Now that daddr_t is 64-bit, this caused hash blocks to be allocated
twice as large as they need to be.
sys/ufs/ufs/ufs_dirhash.c