Whamcloud - gitweb
b=11063 mtime tests
[fs/lustre-release.git] / lustre / tests / mdsrate-create-small.sh
index c7ca1c7..03ca9bb 100644 (file)
@@ -45,7 +45,7 @@ chmod 0777 $BASEDIR
 $LFS setstripe $BASEDIR -i 0 -c 1
 get_stripe $BASEDIR
 
-IFree=$(inodes_available)
+IFree=$(mdsrate_inodes_available)
 if [ $IFree -lt $NUM_FILES ]; then
     NUM_FILES=$IFree
 fi
@@ -98,7 +98,7 @@ else
     fi
 fi
 
-IFree=$(inodes_available)
+IFree=$(mdsrate_inodes_available)
 if [ $IFree -lt $NUM_FILES ]; then
     NUM_FILES=$IFree
 fi