From: Mikhail Pershin Date: Tue, 20 Jul 2010 19:05:18 +0000 (+0400) Subject: b=22680 remove dead code in sanity.sh X-Git-Tag: 2.0.0.51~19 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=dbcc8cea7ebc617d2a08b0cac9cf8fa1b0806289 b=22680 remove dead code in sanity.sh i=grev --- 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