test out xfs_inactive_attrs in log replay for iunlink processing.

Merge of master-melb:xfs-cmds:29701a by kenmcd.

  Update args to use command options for multi_open_unlink.
  Change a sleep to a wait as we were just sleeping to account
  for the death of a process - should really wait for its death.
This commit is contained in:
Tim Shimmin
2007-09-17 06:14:40 +00:00
parent 470231c3b9
commit f6412c1e1a
6 changed files with 201 additions and 20 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ _scratch_mount >>$seq.full 2>&1 \
num_files=200
delay=5
echo "open and unlink $num_files files"
src/multi_open_unlink $SCRATCH_MNT/test_file $num_files $delay &
src/multi_open_unlink -f $SCRATCH_MNT/test_file -n $num_files -s $delay &
# time to create and unlink all the files
sleep 3
@@ -60,7 +60,7 @@ src/godown -v -f $SCRATCH_MNT >> $seq.full
# time for multi_open_unlink to exit out after its delay
# so we have no references and can unmount
sleep 3
wait 2>/dev/null
echo "unmount"
umount $SCRATCH_MNT