Re: [PATCH] quota: integer constant is too large forâlongâ type in

From: Joe Perches
Date: Tue Dec 15 2009 - 10:24:22 EST


On Tue, 2009-12-15 at 21:27 +0800, Jerry Leo wrote:
> - info->dqi_maxblimit = 0xffffffffffffffff; /* 2^64-1 */
> - info->dqi_maxilimit = 0xffffffffffffffff;
> + info->dqi_maxblimit = 0xFFFFFFFFFFFFFFFFLL; /* 2^64-1 */
> + info->dqi_maxilimit = 0xFFFFFFFFFFFFFFFFLL;

ULLONG_MAX?


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/