commit | 6280f190da4dd083f14f704be6b3314311a7eacb | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 23 18:30:15 2010 +0200 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Mon Jul 26 10:05:05 2010 -0700 |
tree | 23b80ccd862117688eafa4c52ae6ad61fda2f082 | |
parent | 4c31a781144c1f556dfcda3277dafecd4e107d95 [diff] |
implement O_NONBLOCK for /proc/xen/xenbus This patch implements O_NONBLOCK for /proc/xen/xenbus. It is a simple matter of returning -EAGAIN instead of waiting on a queue. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>