Add note about benchmarking.
[libguestfs-talks.git] / 2019-fosdem / badblocks.sh
index 863c6b5..bf05d11 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 case "$1" in
-    open) ;;
     get_size) echo 64M ;;
     pread)
         if [ $4 -le 100000 ] && [ $(( $4+$3 )) -gt 100000 ]; then