From: Charles Manning Date: Tue, 5 Apr 2011 04:38:11 +0000 (+1200) Subject: yaffs: Change disable-summary option to be consistent with others X-Git-Tag: pre-driver-refactoring~41^2~11 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=e2386c1ea7c7c16b43bbb6f40b9c3b5afbc4c93a;hp=c5130af06c6eb2f0c5f08cc25edf25c08666874f;ds=sidebyside yaffs: Change disable-summary option to be consistent with others Signed-off-by: Charles Manning --- 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;