RE: [PATCH 3/3] tools: hv: Check return value of poll call

2013-06-27 Thread KY Srinivasan
> -Original Message- > From: Tomas Hozza [mailto:tho...@redhat.com] > Sent: Thursday, June 27, 2013 7:53 AM > To: gre...@linuxfoundation.org > Cc: jasow...@redhat.com; de...@linuxdriverproject.org; KY Srinivasan; Haiyang > Zhang; Tomas Hozza > Subject: [PATCH 3/3] to

Re: [PATCH 3/3] tools: hv: Check return value of poll call

2013-06-27 Thread Tomas Hozza
- Original Message - > On Thu, Jun 27, 2013 at 5:22 PM, Tomas Hozza wrote: > > Check return value of poll call and if it fails print error to the > > system log. If errno is EINVAL then exit with non-zero value otherwise > > continue the while loop and call poll again. > > > > Signed-off-b

Re: [PATCH 3/3] tools: hv: Check return value of poll call

2013-06-27 Thread Santosh Y
On Thu, Jun 27, 2013 at 5:22 PM, Tomas Hozza wrote: > Check return value of poll call and if it fails print error to the > system log. If errno is EINVAL then exit with non-zero value otherwise > continue the while loop and call poll again. > > Signed-off-by: Tomas Hozza > --- > tools/hv/hv_vss_

[PATCH 3/3] tools: hv: Check return value of poll call

2013-06-27 Thread Tomas Hozza
Check return value of poll call and if it fails print error to the system log. If errno is EINVAL then exit with non-zero value otherwise continue the while loop and call poll again. Signed-off-by: Tomas Hozza --- tools/hv/hv_vss_daemon.c | 11 ++- 1 file changed, 10 insertions(+), 1 del