lkml.org 
[lkml]   [2009]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] quota: integer constant is too large for ‘long’ type in
From
Date
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?




\
 
 \ /
  Last update: 2009-12-15 16:27    [W:0.302 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site