This commit is contained in:
committed by
Git OBS Bridge
parent
cf62e5ae4d
commit
622c859b48
@@ -185,19 +185,6 @@ Index: xen-3.2-testing/tools/xenstore/xsls.c
|
||||
fputs(" (", stdout);
|
||||
for (i = 0; i < nperms; i++) {
|
||||
if (i)
|
||||
Index: xen-3.2-testing/tools/blktap/drivers/tapaio.c
|
||||
===================================================================
|
||||
--- xen-3.2-testing.orig/tools/blktap/drivers/tapaio.c
|
||||
+++ xen-3.2-testing/tools/blktap/drivers/tapaio.c
|
||||
@@ -150,7 +150,7 @@ tap_aio_get_events(tap_aio_context_t *ct
|
||||
nr_events = io_getevents(ctx->aio_ctx, 1,
|
||||
ctx->max_aio_events, ctx->aio_events, NULL);
|
||||
else
|
||||
- read(ctx->completion_fd[0], &nr_events, sizeof(nr_events));
|
||||
+ if (read(ctx->completion_fd[0], &nr_events, sizeof(nr_events)));
|
||||
|
||||
return nr_events;
|
||||
}
|
||||
Index: xen-3.2-testing/xen/arch/x86/x86_emulate.c
|
||||
===================================================================
|
||||
--- xen-3.2-testing.orig/xen/arch/x86/x86_emulate.c
|
||||
|
Reference in New Issue
Block a user