Whamcloud - gitweb
b=21835 fix mdsrate script.
[fs/lustre-release.git] / lustre / tests / mdsrate-lookup-1dir.sh
index 291fd70..0a8ede4 100644 (file)
@@ -42,7 +42,7 @@ chmod 0777 $BASEDIR
 $LFS setstripe $BASEDIR -c 1
 get_stripe $BASEDIR
 
-IFree=$(inodes_available)
+IFree=$(mdsrate_inodes_available)
 if [ $IFree -lt $NUM_FILES ]; then
     NUM_FILES=$IFree
 fi