Whamcloud - gitweb
b=22680 dead code removal from sanity.sh
authorAndrew Perepechko <Andrew.Perepechko@Sun.COM>
Thu, 13 May 2010 22:19:40 +0000 (02:19 +0400)
committerjohann <johann@granier.local>
Mon, 17 May 2010 07:07:42 +0000 (09:07 +0200)
i=Elena Gryaznova

lustre/tests/sanity.sh

index 9223356..49bf19c 100644 (file)
@@ -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