Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 06:17:12 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/ufs/ffs ffs_balloc.c
Message-ID:  <199704101317.GAA04638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/10 06:17:11

  Modified:    sys/ufs/ffs  ffs_balloc.c
  Log:
  Use smalllblktosize() instead of multiplying small block numbers
  by fs->fs_bsize.  The macro is usually faster and makes it clearer
  that the multiplication can't overflow.
  
  Revision  Changes    Path
  1.14      +4 -4      src/sys/ufs/ffs/ffs_balloc.c



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