projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d3900
)
libxl: Change an internal comment to say `bail' rather than `abort'
author
Ian Jackson
<ian.jackson@eu.citrix.com>
Thu, 25 Jun 2015 15:35:27 +0000
(16:35 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Fri, 26 Jun 2015 15:53:50 +0000
(16:53 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl_internal.h
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_internal.h
b/tools/libxl/libxl_internal.h
index e2c52996a9562b31cbd5d940ca2bf285f8695a7f..5004ef3c60a5e18537cdc4e05d5f2ccb9f557770 100644
(file)
--- a/
tools/libxl/libxl_internal.h
+++ b/
tools/libxl/libxl_internal.h
@@
-2380,7
+2380,7
@@
struct libxl__multidev {
* any stale entry
* for loop -- xs transaction
* open xs transaction
- * check device existence,
abort
if it exists
+ * check device existence,
bail
if it exists
* write in-memory json config to disk
* commit xs transaction
* end for loop