Re: [PATCH] Use MICRO UINT_MAX instead of actual value

From: Sagi Grimberg
Date: Mon Apr 25 2016 - 05:45:22 EST



It's more elegant to use MICRO UINT_MAX to represent the max value of
type unsigned int. So replace the actual value by using this MICRO.

You mean macro right?