Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 11:58:28 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_dirhash.c
Message-ID:  <200205181858.g4IIwSn18390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/05/18 11:58:28 PDT

  Modified files:
    sys/ufs/ufs          ufs_dirhash.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.12      +1 -1      src/sys/ufs/ufs/ufs_dirhash.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205181858.g4IIwSn18390>