Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libata: Fix sysfs documentation bug

forced_unqueued indicates that a drive's queued DSM support is
broken. Update sysfs ABI documentation accordingly.

Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Martin K. Petersen and committed by
Tejun Heo
4b9d64ee 5d3abf8f

+1 -1
+1 -1
Documentation/ABI/testing/sysfs-ata
··· 97 97 unsupported: Drive does not support DSM TRIM 98 98 unqueued: Drive supports unqueued DSM TRIM only 99 99 queued: Drive supports queued DSM TRIM 100 - forced_unqueued: Drive's unqueued DSM support is known to be 100 + forced_unqueued: Drive's queued DSM support is known to be 101 101 buggy and only unqueued TRIM commands 102 102 are sent 103 103