On 10/12/24 11:47AM, Keith Busch wrote:
From: Keith Busch <kbusch@xxxxxxxxxx> Allow userspace to pass a per-I/O write stream in the SQE: __u8 write_stream; The __u8 type matches the size the filesystems and block layer support. Application can query the supported values from the statx
s/statx/sysfs Reviewed-by: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>