yaffs: Change disable-summary option to be consistent with others
[yaffs2.git] / yaffs_vfs_multi.c
index cf9df092390301af2413a5b005b36f0719342d20..966df484835990673eb43167ea4b4338113512ad 100644 (file)
@@ -2566,7 +2566,7 @@ static int yaffs_parse_options(struct yaffs_options *options,
                } else if (!strcmp(cur_opt, "lazy-loading-on")) {
                        options->lazy_loading_enabled = 1;
                        options->lazy_loading_overridden = 1;
-               } else if (!strcmp(cur_opt, "disable_summary")) {
+               } else if (!strcmp(cur_opt, "disable-summary")) {
                        options->disable_summary = 1;
                } else if (!strcmp(cur_opt, "empty-lost-and-found-off")) {
                        options->empty_lost_and_found = 0;