# HG changeset patch # User t.horikoshi@jp.fujitsu.com # Date 1216346515 -32400 # Node ID e17f5fd18c9a8b682d3ce479d2569d6abd36e587 # Parent 953a0bba30bd33df1b9b2891c0dfbb823f8dfe91 deletion of double check and permission of using /dev/sdxx Signed-off-by: Tomonari Horikoshi diff -r 953a0bba30bd -r e17f5fd18c9a tools/examples/blktap --- a/tools/examples/blktap Fri Jul 18 10:59:25 2008 +0900 +++ b/tools/examples/blktap Fri Jul 18 11:01:55 2008 +0900 @@ -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