On Sunday, October 07, 2012 03:11:21 Antonio Quartulli wrote:
--- a/debug.c +++ b/debug.c @@ -64,6 +64,11 @@ const struct debug_table_data batctl_debug_tables[BATCTL_TABLE_NUM] = { .opt_short = "bbt", .debugfs_name = "bla_backbone_table", },
{
.opt_long = "datcache",
.opt_short = "dc",
.debugfs_name = "dat_cache",
},
};
How about adding this entry to the "can be compiled out" parameter list ? Check "fs_compile_out_param" list in functions.c. Same applies to patch3.
Cheers, Marek