From: Hariprasad Shenai <haripra...@chelsio.com>
Date: Wed, 26 Feb 2014 20:36:49 +0530

> -static int allow_db_fc_on_t5;
> -module_param(allow_db_fc_on_t5, int, 0644);
> -MODULE_PARM_DESC(allow_db_fc_on_t5,
> -              "Allow DB Flow Control on T5 (default = 0)");
> -
> -static int allow_db_coalescing_on_t5;
> -module_param(allow_db_coalescing_on_t5, int, 0644);
> -MODULE_PARM_DESC(allow_db_coalescing_on_t5,
> -              "Allow DB Coalescing on T5 (default = 0)");

Module parameters are a user facing interface.

You cannot just delete, or change the semantics of, the ones you feel
like doing so to.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to