On Sun, Jul 04, 2021 at 06:05:30PM -0400, Theodore Ts'o wrote: > Given the discussion for the patches, I suspect that it will be only > the distros that are meant for Cloud environments (e.g., Google's COS, > maybe Amazon Linux, etc.) that will be interested at all in the first > place --- and if they do, they'll want to take both of them. FYI, I still think supporting discard at all is a active and dangerous mis-service to your users. Discard must not and often will not clear data. Write smae OTOH does, and with the REQ_UNMAP flag will give you the same results as discards for devices that zero on discard, while haveing a safe (but slow) fallback if not.