Re: [PATCH v4 09/11] scsi: scsi_debug: Atomic write support

From: John Garry
Date: Tue Feb 20 2024 - 04:08:18 EST


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