[PATCHv3] nvme: module parameter to disable pi with offsets
Tokunori Ikegami
ikegami.t at gmail.com
Thu Oct 24 12:08:10 PDT 2024
On 2024/10/25 0:49, Keith Busch wrote:
> From: Keith Busch <kbusch at kernel.org>
>
> +module_param(disable_pi_offsets, bool, 0444);
About the naming "disable" is negative meaning so seems better to be a
positive parameter like as "use_pi_offsets", etc. for example. By the
way the permission 0444 is only for reads so is it needed to change the
value by any code change, etc.?
More information about the Linux-nvme
mailing list