Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2007 13:12:43 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_alloc.c
Message-ID:  <200712011312.lB1DChEi013167@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kensmith    2007-12-01 13:12:43 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_alloc.c 
  Log:
  Fix a broken check that recently became more annoying because it now
  gets enabled when INVARIANTS is on instead of DIAGNOSTIC (which apparently
  nobody uses).  From Tor's description:
  
    This happens when the block range spans two block maps, the first in the
    inode (mapping up to NDADDR direct blocks) and the second being the first
    indirect block.  The current check assumes that both block maps are
    indirect blocks.
  
  Work done by:   tegge
  Tested by:      kris, kensmith
  
  Revision  Changes    Path
  1.149     +4 -2      src/sys/ufs/ffs/ffs_alloc.c



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