cvs commit: src/sbin/dump tape.c

Ian Dowse iedowse at FreeBSD.org
Wed Mar 2 02:30:09 GMT 2005


iedowse     2005-03-02 02:30:08 UTC

  FreeBSD src repository

  Modified files:
    sbin/dump            tape.c 
  Log:
  Use a signal-safe type for two variables that are used to synchronise
  with a signal handler. This fixes a race condition introduced by
  compiler reordering that caused dump to sometimes get stuck,
  especially while dumping large filesystems.
  
  Revision  Changes    Path
  1.27      +2 -2      src/sbin/dump/tape.c


More information about the cvs-src mailing list