Whamcloud - gitweb
Another different make config pattern. Where are these all coming from all
[fs/lustre-release.git] / lustre / ptlrpc / import.c
index 78c79b4..6ede5d6 100644 (file)
@@ -746,6 +746,7 @@ int ptlrpc_disconnect_import(struct obd_import *imp)
         case OST_CONNECT: rq_opc = OST_DISCONNECT; break;
         case MDS_CONNECT: rq_opc = MDS_DISCONNECT; break;
         case MGMT_CONNECT: rq_opc = MGMT_DISCONNECT; break;
+        case GKS_CONNECT:  rq_opc = GKS_DISCONNECT; break;
         default:
                 CERROR("don't know how to disconnect from %s (connect_op %d)\n",
                        imp->imp_target_uuid.uuid, imp->imp_connect_op);