Merge tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc fix from Greg KH:
"Here's a single hyper-v driver fix for a reported issue"

* tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
Drivers: hv: hv_fcopy: fix a race condition for SMP guest

Changed files
+1 -1
drivers
+1 -1
drivers/hv/hv_fcopy.c
··· 246 246 /* 247 247 * Send the information to the user-level daemon. 248 248 */ 249 - fcopy_send_data(); 250 249 schedule_delayed_work(&fcopy_work, 5*HZ); 250 + fcopy_send_data(); 251 251 return; 252 252 } 253 253 icmsghdr->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE;