X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_vfs_multi.c;h=966df484835990673eb43167ea4b4338113512ad;hp=cf9df092390301af2413a5b005b36f0719342d20;hb=e2386c1ea7c7c16b43bbb6f40b9c3b5afbc4c93a;hpb=c5130af06c6eb2f0c5f08cc25edf25c08666874f diff --git a/yaffs_vfs_multi.c b/yaffs_vfs_multi.c index cf9df09..966df48 100644 --- a/yaffs_vfs_multi.c +++ b/yaffs_vfs_multi.c @@ -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;