Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 16:19:26 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_snapshot.c fs.h
Message-ID:  <200302220019.h1M0JQY3030664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2003/02/21 16:19:26 PST

  Modified files:
    sys/ufs/ffs          ffs_snapshot.c fs.h 
  Log:
  This patch fixes a bug in the logical block calculation macros so
  that they convert to 64-bit values before shifting rather than
  afterwards. Once fixed, they can be used rather than inline expanded.
  
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.60      +3 -3      src/sys/ufs/ffs/ffs_snapshot.c
  1.39      +4 -4      src/sys/ufs/ffs/fs.h

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?200302220019.h1M0JQY3030664>