[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1317422761.16137.669.camel@nimitz>
Date: Fri, 30 Sep 2011 15:46:01 -0700
From: Dave Hansen <dave@...ux.vnet.ibm.com>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
rientjes@...gle.com, James.Bottomley@...senPartnership.com
Subject: Re: [RFCv2][PATCH 1/4] break units out of string_get_size()
On Fri, 2011-09-30 at 14:29 -0700, H. Peter Anvin wrote:
> On 09/30/2011 01:32 PM, Dave Hansen wrote:
> > diff -puN lib/string_helpers.c~string_get_size-pow2 lib/string_helpers.c
> >
> > +const char *units_10[] = { "B", "kB", "MB", "GB", "TB", "PB",
> > + "EB", "ZB", "YB", NULL};
> > +const char *units_2[] = {"B", "KiB", "MiB", "GiB", "TiB", "PiB",
> > + "EiB", "ZiB", "YiB", NULL };
>
> These names are way too generic to be public symbols.
Ack, I managed to drop the static when I broke this out for the third
time. :)
> Another thing worth thinking about is whether or not the -B suffix
> should be part of these arrays.
... or the 'i' for that matter.
I'll give it a go.
-- Dave
--
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