LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Daniel Kiper <dkiper@net-space.pl>
Cc: "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: Mon, 20 Dec 2010 14:51:44 +0000 [thread overview]
Message-ID: <1292856704.4500.249.camel@zakaz.uk.xensource.com> (raw)
In-Reply-To: <20101220134724.GC6749@router-fw-old.local.net-space.pl>
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.
> -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.
> 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.
Ian.
next prev parent reply other threads:[~2010-12-20 14:52 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 ` Ian Campbell [this message]
2010-12-29 15:01 ` [Xen-devel] " Daniel Kiper
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=1292856704.4500.249.camel@zakaz.uk.xensource.com \
--to=ian.campbell@citrix.com \
--cc=akpm@linux-foundation.org \
--cc=andi.kleen@intel.com \
--cc=dan.magenheimer@oracle.com \
--cc=dkiper@net-space.pl \
--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).