On Tue, May 06, 2025 at 07:25:06PM +0800, Zhang Yi wrote: > + if (request_mask & STATX_WRITE_ZEROES_UNMAP && > + bdev_write_zeroes_unmap(bdev)) > + stat->result_mask |= STATX_WRITE_ZEROES_UNMAP; That would be my expectation. But then again this area seems to confuse me a lot, so maybe we'll get Christian or Dave to chim in.