Whamcloud - gitweb
- debug info to investigate a source of small writes
[fs/lustre-release.git] / lustre / utils / obdbarrier.c
index 4373071..8774cef 100644 (file)
@@ -214,9 +214,9 @@ main (int argc, char **argv)
                 }
         }
 
-        free (b);
+        free(b);
 
-        obdio_disconnect (conn);
+        obdio_disconnect(conn, 0);
 
         return (rc == 0 ? 0 : 1);
 }