diff options
| -rw-r--r-- | drivers/hv/hv_fcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_fcopy.c b/drivers/hv/hv_fcopy.c index eaaa3d843b80..23b2ce294c4c 100644 --- a/drivers/hv/hv_fcopy.c +++ b/drivers/hv/hv_fcopy.c | |||
| @@ -246,8 +246,8 @@ void hv_fcopy_onchannelcallback(void *context) | |||
| 246 | /* | 246 | /* |
| 247 | * Send the information to the user-level daemon. | 247 | * Send the information to the user-level daemon. |
| 248 | */ | 248 | */ |
| 249 | fcopy_send_data(); | ||
| 250 | schedule_delayed_work(&fcopy_work, 5*HZ); | 249 | schedule_delayed_work(&fcopy_work, 5*HZ); |
| 250 | fcopy_send_data(); | ||
| 251 | return; | 251 | return; |
| 252 | } | 252 | } |
| 253 | icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; | 253 | icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; |
