How does ftruncate() interact with DIO read?

From: David Howells
Date: Fri Feb 03 2023 - 11:28:10 EST


Hi Christoph,

What does ftruncate() do if there's a conflicting DIO read happening on the
same file? Does it cancel the bio?

David