cvs commit: src/sys/ufs/ufs ufs_dirhash.c

David Malone dwmalone at FreeBSD.org
Mon Aug 16 03:00:45 PDT 2004


dwmalone    2004-08-16 10:00:44 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_dirhash.c 
  Log:
  When looking for some extra data to include in the hash, use the
  address of the dirhash, rather than the first sizeof(struct dirhash
  *) bytes of the structure (which, thankfully, seem to be constant).
  
  Submitted by:   Ted Unangst <tedu at zeitbombe.org>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.19      +1 -1      src/sys/ufs/ufs/ufs_dirhash.c


More information about the cvs-src mailing list