|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] blktap2: fix up non-ASCII characters in 2
# HG changeset patch
# User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
# Date 1292420066 0
# Node ID f0d26fdebf40d3a8f1839408f72bf182ce93fee0
# Parent 1b1174b7181fbe96637db830ce965f089616010f
blktap2: fix up non-ASCII characters in 21129:bf74d9c31674
21129:bf74d9c31674 contained UTF-8-encoded nonbreaking spaces.
Sorry for not noticing this.
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/hotplug/Linux/xen-hotplug-cleanup | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff -r 1b1174b7181f -r f0d26fdebf40 tools/hotplug/Linux/xen-hotplug-cleanup
--- a/tools/hotplug/Linux/xen-hotplug-cleanup Wed Dec 15 12:12:30 2010 +0000
+++ b/tools/hotplug/Linux/xen-hotplug-cleanup Wed Dec 15 13:34:26 2010 +0000
@@ -21,12 +21,12 @@ if [ "$vm" != "" ]; then
# if the vm path does not exist and the device class is 'vbd' then we may
have
# a tap2 device
-Â $(xenstore-read "$vm_dev" 2>/dev/null) || \
-Â {
-Â Â Â Â if [ "${path_array[1]}" = "vbd" ]; then
-Â Â Â Â Â Â Â vm_dev="$vm/device/tap2/${path_array[3]}"
-Â Â Â Â fi
-Â }
+ $(xenstore-read "$vm_dev" 2>/dev/null) || \
+ {
+ if [ "${path_array[1]}" = "vbd" ]; then
+ vm_dev="$vm/device/tap2/${path_array[3]}"
+ fi
+ }
else
vm_dev=
fi
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] blktap2: fix up non-ASCII characters in 21129:bf74d9c31674,
Xen patchbot-unstable <=
|
|
|
|
|