aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-18 11:21:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-18 11:21:06 +0100
commit2d7612f2fec826188f8cf215cc88df8e0c33abf8 (patch)
treecf65deb61f782fdb483e8cda0d9d8246a0811d19 /tools/examples
parentddebb2820e75f9b15560403bd7355649cce9c04f (diff)
downloadxen-2d7612f2fec826188f8cf215cc88df8e0c33abf8.tar.gz
xen-2d7612f2fec826188f8cf215cc88df8e0c33abf8.tar.bz2
xen-2d7612f2fec826188f8cf215cc88df8e0c33abf8.zip
blktap scripts: deletion of double check and permission of using /dev/sdxx
Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/blktap1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/examples/blktap b/tools/examples/blktap
index 91d3f8994e..01a0f6c6da 100644
--- a/tools/examples/blktap
+++ b/tools/examples/blktap
@@ -69,7 +69,6 @@ fi
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