yaffs: Change name of /proc/yaffs_stats
[yaffs2.git] / linux-tests / plot_data.sh
index 6713f722aa5a972dd238021fa6f7b71b8bbe2f06..a7df698a5249298f10785e5c3ac38a1cdb899a2c 100755 (executable)
@@ -21,7 +21,7 @@ i=0;
 rm -f $log_file
 
 while true; do
-str=$(cat /proc/yaffs_debug)
+str=$(cat /proc/yaffs_stats)
 echo "$i, $str" 
 echo "$i, $str"  >> $log_file
 let i=$i+1