summaryrefslogtreecommitdiff
path: root/yaffs_vfs_single.c
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2011-08-15 11:40:30 +1200
committerCharles Manning <cdhmanning@gmail.com>2011-08-15 11:40:30 +1200
commita7b5dcf904ba6f7890e4b77ce1f56388b855d0f6 (patch)
treeb66129eacb45406a94bf1823ec66269e21640919 /yaffs_vfs_single.c
parentffb9a41a909210075adf0c529becca54109b2d80 (diff)
Mods for Linux 3.0 and fix a typo
Roll in NCB's patch and some other changes for Linux 3.0. Also fix a dumb type retired_writes->retried_writes Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_vfs_single.c')
-rw-r--r--yaffs_vfs_single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaffs_vfs_single.c b/yaffs_vfs_single.c
index 64e590c..f822845 100644
--- a/yaffs_vfs_single.c
+++ b/yaffs_vfs_single.c
@@ -2391,7 +2391,7 @@ static char *yaffs_dump_dev_part1(char *buf, struct yaffs_dev *dev)
buf += sprintf(buf, "n_gc_blocks........... %u\n", dev->n_gc_blocks);
buf += sprintf(buf, "bg_gcs................ %u\n", dev->bg_gcs);
buf +=
- sprintf(buf, "n_retired_writes...... %u\n", dev->n_retired_writes);
+ sprintf(buf, "n_retried_writes...... %u\n", dev->n_retried_writes);
buf +=
sprintf(buf, "n_retired_blocks...... %u\n", dev->n_retired_blocks);
buf += sprintf(buf, "n_ecc_fixed........... %u\n", dev->n_ecc_fixed);