On 04/13/2016 09:21 AM, Martin K. Petersen wrote:
From a filesystem/ioctl perspective, BLKDISCARD is a hint. We should not be
rounding off or aligning anything.

Hello Martin,

Today if a BLKDISCARD ioctl passes a non-aligned start and/or end sector to the kernel then the block layer will submit invalid (non-aligned) REQ_DISCARD requests to the block driver the ioctl applies to. This is not acceptable. Does the above mean that you are proposing to fail such BLKDISCARD ioctls with an error code?

Thanks,

Bart.

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" 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