On 06/12/24 02:17PM, Keith Busch wrote:
From: Keith Busch <kbusch@xxxxxxxxxx> Add new statx field to report the maximum number of write streams supported and the granularity for them. Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx> [hch: rename hint to stream, add granularity] Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- fs/stat.c | 2 ++ include/linux/stat.h | 2 ++ include/uapi/linux/stat.h | 7 +++++-- 3 files changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Nitesh Shetty <nj.shetty@xxxxxxxxxxx>