On Tue, Mar 17, 2020 at 05:59:30PM +0800, xiakaixu1987@xxxxxxxxx wrote: > From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> > > It is more suitable to use min_not_zero() to get the quota limit > value, means to choose the minimum value not the softlimit firstly. > And the meaning is more clear even though the hardlimit value must > be larger than softlimit value. Suitable seems like a rather overblown word, but the actual change looks fine to me, min_not_zero has grown on me..