From dbcc8cea7ebc617d2a08b0cac9cf8fa1b0806289 Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Tue, 20 Jul 2010 23:05:18 +0400 Subject: [PATCH] b=22680 remove dead code in sanity.sh i=grev --- lustre/tests/sanity.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 20cbec9..85c0554 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3057,17 +3057,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