> -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
- 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
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_
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