From: Paul Jackson <pj@sgi.com>
To: "Rakib Mullick" <rakib.mullick@gmail.com>
Cc: menage@google.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] cpuset.c : Removes extra variable
Date: Wed, 6 Aug 2008 15:22:41 -0500 [thread overview]
Message-ID: <20080806152241.387e765d.pj@sgi.com> (raw)
In-Reply-To: <b9df5fa10808060550y483d1c1dh99bac10c158510df@mail.gmail.com>
Rabik wrote:
> removes ... cpus_nonempty variable
No.
Sorry - I must NAQ this patch. I intentionally add inessential
variables such as this in order to make the code easier to read.
I consider the line of code:
if (cpus_nonempty && balance_flag_changed)
to be more readable than the line of clde:
if (!cpus_empty(trialcs.cpus_allowed) && balance_flag_changed)
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.940.382.4214
next prev parent reply other threads:[~2008-08-06 20:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-06 12:50 [PATCH] cpuset.c : Removes extra variable Rakib Mullick
2008-08-06 20:22 ` Paul Jackson [this message]
2008-08-07 5:02 ` Paul Jackson
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=20080806152241.387e765d.pj@sgi.com \
--to=pj@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=menage@google.com \
--cc=rakib.mullick@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox