From: Charles Manning Date: Tue, 27 Apr 2010 02:05:19 +0000 (+1200) Subject: yaffs: Change name of /proc/yaffs_stats X-Git-Tag: pre-name-change~76 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=0e574e5047f4376cc2fa22962c7f2df012a089a9 yaffs: Change name of /proc/yaffs_stats name was not updated in plotter script. Signed-off-by: Charles Manning --- diff --git a/linux-tests/plot_data.sh b/linux-tests/plot_data.sh index 6713f72..a7df698 100755 --- a/linux-tests/plot_data.sh +++ b/linux-tests/plot_data.sh @@ -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