cvs commit: src/sbin/dump traverse.c

David Malone dwmalone at FreeBSD.org
Tue Apr 11 14:45:43 UTC 2006


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


More information about the cvs-src mailing list