[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1260890654.18538.123.camel@Joe-Laptop.home>
Date: Tue, 15 Dec 2009 07:24:14 -0800
From: Joe Perches <joe@...ches.com>
To: Jerry Leo <jerryleo860202@...il.com>
Cc: jack@...e.cz, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] quota: integer constant is too large for
‘long’ type in
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists