From 9650a1c97ac6a151bc40ffb2ac7e2206b51cb5f8 Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Fri, 14 May 2010 02:19:40 +0400 Subject: [PATCH] b=22680 dead code removal from sanity.sh i=Elena Gryaznova --- lustre/tests/sanity.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 9223356..49bf19c 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2551,17 +2551,6 @@ test_54e() { } run_test 54e "console/tty device works in lustre ======================" -check_fstype() { - grep -q $FSTYPE /proc/filesystems && return 1 - modprobe $FSTYPE - grep -q $FSTYPE /proc/filesystems && return 1 - insmod ../$FSTYPE/$FSTYPE.o - grep -q $FSTYPE /proc/filesystems && return 1 - insmod ../$FSTYPE/$FSTYPE.ko - grep -q $FSTYPE /proc/filesystems && return 1 - return 0 -} - test_55() { rm -rf $DIR/d55 mkdir $DIR/d55 -- 1.8.3.1