Date: Wed, 2 Mar 2005 02:30:08 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump tape.c Message-ID: <200503020230.j222U9gY022276@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503020230.j222U9gY022276>