Mailing List Archive

[xen-unstable] blktap scripts: deletion of double check and permission of using /dev/sdxx
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1216376466 -3600
# Node ID a9b888264293798f2e19879e96243e65be2ebc10
# Parent e126614f0defdf390daa96a7eadfc5e50b1fc865
blktap scripts: deletion of double check and permission of using /dev/sdxx

Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
---
tools/examples/blktap | 1 -
1 files changed, 1 deletion(-)

diff -r e126614f0def -r a9b888264293 tools/examples/blktap
--- a/tools/examples/blktap Fri Jul 18 11:19:17 2008 +0100
+++ b/tools/examples/blktap Fri Jul 18 11:21:06 2008 +0100
@@ -69,7 +69,6 @@ if [ -L "$p" ]; then
if [ -L "$p" ]; then
file=$(readlink -f "$p") || fatal "$p link does not exist."
else
- [ -f "$p" ] || { fatal "$p file does not exist."; }
file="$p"
fi


_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog