lkml.org 
[lkml]   [2007]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH 3/5] pagemap: remove open-coded sizeof(unsigned long)
On Tue, Aug 07, 2007 at 04:55:02PM -0700, Dave Hansen wrote:
> On Tue, 2007-08-07 at 18:40 -0500, Matt Mackall wrote:
> > On Tue, Aug 07, 2007 at 03:33:02PM -0700, Dave Hansen wrote:
> > > +#define PAGEMAP_ENTRY_SIZE_BYTES sizeof(unsigned long)
> > > +
> > > static int add_to_pagemap(unsigned long addr, unsigned long pfn,
> > > struct pagemapread *pm)
> > > {
> > > __put_user(pfn, pm->out);
> > > pm->out++;
> > > - pm->pos += sizeof(unsigned long);
> > > - pm->count -= sizeof(unsigned long);
> > > - pm->next = addr + PAGE_SIZE;
> > > + pm->pos += PAGEMAP_ENTRY_SIZE_BYTES;
> > > + pm->count -= PAGEMAP_ENTRY_SIZE_BYTES;
> >
> > I think deleting ->next is a little premature here?
>
> It is. I'll fix that up.

While we're at it, it seems a shame to replace the unwieldy typedef
with an even longer define. My poor shift key finger aches just
thinking about typing that. PM_ENTRY_SIZE, perhaps?

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

\
 
 \ /
  Last update: 2007-08-08 04:03    [W:0.070 / U:1.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site