[PATCH 1/3] xfsqa: add delayed allocation @ ENOSPC exerciser
Christoph Hellwig
hch at infradead.org
Wed Mar 3 06:56:19 CST 2010
On Wed, Mar 03, 2010 at 05:19:20PM +1100, Dave Chinner wrote:
> + killall -9 dd > /dev/null 2>&1
This seems a bit dangerous. I have at least one old system that
uses dd to continously read the kernel message buffer in the
background, and there's tons of other potential dd uses.
Given that we now require bash and bash has array support you might
be able to store the pids of "our" dd instances in an array and
loop over them.
More information about the xfs
mailing list