LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Daniel Kiper <dkiper@net-space.pl>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Daniel Kiper <dkiper@net-space.pl>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
	"andi.kleen@intel.com" <andi.kleen@intel.com>,
	"haicheng.li@linux.intel.com" <haicheng.li@linux.intel.com>,
	"fengguang.wu@intel.com" <fengguang.wu@intel.com>,
	"jeremy@goop.org" <jeremy@goop.org>,
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
	Dan Magenheimer <dan.magenheimer@oracle.com>,
	"v.tolstov@selfip.ru" <v.tolstov@selfip.ru>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: [Xen-devel] [PATCH 2/3] drivers/xen/balloon.c: Various balloon features and fixes
Date: Wed, 29 Dec 2010 16:01:26 +0100	[thread overview]
Message-ID: <20101229150126.GA2743@router-fw-old.local.net-space.pl> (raw)
In-Reply-To: <1292856704.4500.249.camel@zakaz.uk.xensource.com>

Hi,

On Mon, Dec 20, 2010 at 02:51:44PM +0000, Ian Campbell wrote:
> On Mon, 2010-12-20 at 13:47 +0000, Daniel Kiper wrote:
> > Features and fixes:
> >   - HVM mode is supported now,
> >   - migration from mod_timer() to schedule_delayed_work(),
> >   - removal of driver_pages (I do not have seen any
> >     references to it),
> >   - protect before CPU exhaust by event/x process during
> >     errors by adding some delays in scheduling next event,
> >   - some other minor fixes.
>
> Each of those bullets should be a separate patch (or several if
> appropriate). I didn't review most of the rest because it mixed so much
> stuff together but a couple of minor things jumped out.

Done. I will send new patch release today.

> > -static void scrub_page(struct page *page)
> > +static inline void scrub_page(struct page *page)
>
> Is there some reason we need to override the compiler's decision here?
> There is some discussion of the (over)use of inline in CodingStyle.

Done.

> >  static struct attribute_group balloon_info_group = {
> >         .name = "info",
> > -       .attrs = balloon_info_attrs,
> > +       .attrs = balloon_info_attrs
> >  };
> >
> >  static struct sysdev_class balloon_sysdev_class = {
> > -       .name = BALLOON_CLASS_NAME,
> > +       .name = BALLOON_CLASS_NAME
> >  };
>
> I don't think there is anything wrong with the existing style here.

I do not insist on applying this patch however, this notation
is more readable for me. I am not confused by
comma which suggest that next attribut follow it.

Daniel

  reply	other threads:[~2010-12-29 15:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20 13:47 Daniel Kiper
2010-12-20 14:51 ` [Xen-devel] " Ian Campbell
2010-12-29 15:01   ` Daniel Kiper [this message]
2010-12-27 15:08 ` Konrad Rzeszutek Wilk
2010-12-27 16:27   ` Vasiliy G Tolstov
2010-12-27 16:39     ` [Xen-devel] " Konrad Rzeszutek Wilk
2010-12-27 21:52       ` Vasiliy G Tolstov
2010-12-29 16:49         ` Daniel Kiper
2010-12-31 11:20           ` Pasi Kärkkäinen
2011-01-04 11:43             ` Ian Campbell
2011-02-03 15:14               ` Daniel Kiper
2010-12-29 15:19   ` Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101229150126.GA2743@router-fw-old.local.net-space.pl \
    --to=dkiper@net-space.pl \
    --cc=Ian.Campbell@citrix.com \
    --cc=akpm@linux-foundation.org \
    --cc=andi.kleen@intel.com \
    --cc=dan.magenheimer@oracle.com \
    --cc=fengguang.wu@intel.com \
    --cc=haicheng.li@linux.intel.com \
    --cc=jeremy@goop.org \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=v.tolstov@selfip.ru \
    --cc=xen-devel@lists.xensource.com \
    --subject='Re: [Xen-devel] [PATCH 2/3] drivers/xen/balloon.c: Various balloon features and fixes' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).