Whamcloud - gitweb
Move ioctl values out of the way of standard ext2/ext3 ioctl numbers.
[fs/lustre-release.git] / lustre / ptlrpc / rpc.c
index 1ea5145..861938d 100644 (file)
@@ -107,7 +107,7 @@ int connmgr_iocontrol(long cmd, struct obd_conn *conn, int len, void *karg,
         struct recovd_obd *recovd = &conn->oc_dev->u.recovd;
 
         ENTRY;
-        if (cmd == OBD_RECOVD_NEWCONN) { 
+        if (cmd == OBD_IOC_RECOVD_NEWCONN) { 
                 spin_lock(&recovd->recovd_lock);
                 recovd->recovd_flags |= RECOVD_UPCALL_ANSWER;
                 recovd->recovd_wakeup_flag = 1;