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~10^2 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=6d0911ccf93af1b88bfaef9aa5e02d8dfc33f56a 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 15ff4ff..9a61418 100644 --- a/yaffs_vfs_multi.c +++ b/yaffs_vfs_multi.c @@ -2576,7 +2576,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;