Whamcloud - gitweb
b=24201 add procfs tunable to enable/disable lockless direct I/O
[fs/lustre-release.git] / lustre / tests / mdsrate-lookup-1dir.sh
index 752deb7..b86a8b7 100644 (file)
@@ -38,7 +38,7 @@ check_and_setup_lustre
 mkdir -p $TESTDIR
 chmod 0777 $TESTDIR
 
-IFree=$(inodes_available)
+IFree=$(mdsrate_inodes_available)
 if [ $IFree -lt $NUM_FILES ]; then
     NUM_FILES=$IFree
 fi