|
@@ -275,7 +275,8 @@ void hv_fcopy_onchannelcallback(void *context)
|
|
* Send the information to the user-level daemon.
|
|
* Send the information to the user-level daemon.
|
|
*/
|
|
*/
|
|
schedule_work(&fcopy_send_work);
|
|
schedule_work(&fcopy_send_work);
|
|
- schedule_delayed_work(&fcopy_timeout_work, 5*HZ);
|
|
|
|
|
|
+ schedule_delayed_work(&fcopy_timeout_work,
|
|
|
|
+ HV_UTIL_TIMEOUT * HZ);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE;
|
|
icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE;
|