Whamcloud - gitweb
b=22680 remove dead code in sanity.sh
authorMikhail Pershin <tappro@sun.com>
Tue, 20 Jul 2010 19:05:18 +0000 (23:05 +0400)
committerMikhail Pershin <tappro@sun.com>
Tue, 20 Jul 2010 19:05:18 +0000 (23:05 +0400)
i=grev

lustre/tests/sanity.sh

index 20cbec9..85c0554 100755 (executable)
@@ -3057,17 +3057,6 @@ test_54e() {
 }
 run_test 54e "console/tty device works in lustre ======================"
 
 }
 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
 test_55() {
         rm -rf $DIR/d55
         mkdir $DIR/d55