On 20/02/2024 07:12, Ojaswin Mujoo wrote:
+MODULE_PARM_DESC(atomic_write, "enable ATOMIC WRITE support, support WRITE ATOMIC(16) (def=1)");Hi John, The default value here seems to be 0 and not 1. Got me a bit confused while testing 🙂
I can fix that MODULE_PARM_DESC() text.I don't think that many disks support atomic writes, so I was leaving this disabled by default.
Thanks, John