Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / mgmt / mgmt_cli.c
index 313a9d5..5cbcfae 100644 (file)
@@ -253,9 +253,9 @@ static int mgmtcli_cleanup(struct obd_device *obd, int flags)
 }
 
 static struct obd_ops mgmtcli_obd_ops = {
-        .o_owner   = THIS_MODULE,
-        .o_setup   = mgmtcli_setup,
-        .o_cleanup = client_obd_cleanup
+        o_owner:   THIS_MODULE,
+        o_setup:   mgmtcli_setup,
+        o_cleanup: client_obd_cleanup
 };
 
 static int __init mgmtcli_init(void)