On Sat, Jul 12, 2025 at 10:57:41PM +0800, George Hu wrote: > Refactor the xfs_max_open_zones() function by replacing the usage > of min() and max() macro with clamp() to simplify the code and > improve readability. Nit: you can use up to 73 characters in each commit message line: Refactor the xfs_max_open_zones() function by replacing the usage of min() and max() macro with clamp() to simplify the code and improve readability. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>