Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 14:45:42 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dump traverse.c
Message-ID:  <200604111445.k3BEjghb034408@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2006-04-11 14:45:42 UTC

  FreeBSD src repository

  Modified files:
    sbin/dump            traverse.c 
  Log:
  Dump keeps a bitmap of the state of various inodes, which is sized
  to match the number of inodes on the disk. If we find a directory
  entry with a crazy inode number in it, don't look beyond the end
  of the bitmap to find that inode's state. Instead skip that directory
  entry and print a warning.
  
  Reviewed by:    iedowse
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.37      +20 -8     src/sbin/dump/traverse.c



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