On 04/30/2013 11:46 AM, Eric Sandeen wrote:
fix shared/298:
* don't include common/config, not needed and breaks
stuff when $SCRATCH_DEV_POOL is defined:
Error: $SCRATCH_DEV should be unset when $SCRATCH_DEV_POOL is set
* make sure xfs_io has fiemap, we'll need it
* add -F to the xfs_io invocation, again, for use on
old xfsprogs on non-xfs filesystems
* ignore ENOSPC errors from "garbage" loop; the only goal
is to fill it, ENOSPC doesn't matter.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---
V2: break out of copy loop when full
Dave, looks like Eric applied your suggestions, may I put your
Reviewed-by on this one?
|