X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fclass_obd.c;h=7fa8003b9af0534193bfd945d5f77f6974d91928;hp=b668bb7fa06a0ee2f6d1cbc76f017cbee14f20bf;hb=944a01f5d1adb1ab5f7721d5c2d1cafcd3b2c915;hpb=d79fc607ddc94e1b5bfcee6c0ebe4ad6045f2823 diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index b668bb7..7fa8003 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -297,10 +297,10 @@ int class_handle_ioctl(unsigned int cmd, unsigned long arg) case OBD_IOC_CLOSE_UUID: { ptl_nid_t peer_nid; - ptl_handle_ni_t peer_ni; + __u32 peer_nal; CDEBUG(D_IOCTL, "closing all connections to uuid %s\n", data->ioc_inlbuf1); - lustre_uuid_to_peer(data->ioc_inlbuf1, &peer_ni, &peer_nid); + lustre_uuid_to_peer(data->ioc_inlbuf1, &peer_nal, &peer_nid); GOTO(out, err = 0); }