Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / utils / obdctl.c
index 3bc0a98..26bedd1 100644 (file)
@@ -22,7 +22,6 @@
  *
  */
 
-
 #include <stdlib.h>
 #include <stdio.h>
 
@@ -72,7 +71,6 @@ command_t cmdlist[] = {
         {"test_getattr", jt_obd_test_getattr, 0, "test_getattr <count> [verbose [[t]objid]]"},
         {"test_setattr", jt_obd_test_setattr, 0, "test_setattr <count> [verbose [[t]objid]]"},
         {"test_brw", jt_obd_test_brw, 0, "test_brw [t]<count> [write [verbose [pages [[t]objid]]]]"},
-        {"test_ldlm", jt_obd_test_ldlm, 0, "test lock manager (no args)"},
         {"dump_ldlm", jt_obd_dump_ldlm, 0, "dump all lock manager state (no args)"},
 
         /* User interface commands */