From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: "André Goddard Rosa" <andre.goddard@gmail.com>
Cc: "Andreas Dilger" <adilger@sun.com>,
"Mike Snitzer" <snitzer@redhat.com>,
"Takashi Iwai" <tiwai@suse.de>, Kysela <perex@perex.cz>,
"Stefan Weinhuber" <wein@de.ibm.com>,
"Eric Sandeen" <sandeen@redhat.com>,
"James E . J . Bottomley" <jejb@parisc-linux.org>,
linux-cachefs@redhat.com, "WANG Cong" <wangcong@zeuux.org>,
"Len Brown" <len.brown@intel.com>,
"Trond Myklebust" <Trond.Myklebust@netapp.com>,
"Rusty Russell" <rusty@rustcorp.com.au>,
netfilter@vger.kernel.org, "Al Viro" <viro@zeniv.linux.org.uk>,
"Thomas Gleixner" <tglx@linutronix.de>,
Engelhardt <jengelh@medozas.de>,
"Bjorn Helgaas" <bjorn.helgaas@hp.com>,
"Martin K . Petersen" <martin.petersen@oracle.com>,
linux-kernel@vger.kernel.org,
"Stoyan Gaydarov" <stoyboyker@gmail.com>,
"Kyle McMartin" <kyle@mcmartin.ca>,
netfilter-devel@vger.kernel.org, "Joe Perches" <joe@perches.com>,
"Andrew Morton" <akpm@linux-foundation.org>
Subject: Re: [PATCH v4 10/12] string: factorize skip_spaces and export it to be generally available
Date: Sun, 8 Nov 2009 16:50:00 +0000 [thread overview]
Message-ID: <20091108165000.374714cb@lxorguk.ukuu.org.uk> (raw)
In-Reply-To: <c7d3b02b5e28eaa54a5360d57dfd177c44320187.1257602781.git.andre.goddard@gmail.com>
On Sat, 7 Nov 2009 13:16:18 -0200
André Goddard Rosa <andre.goddard@gmail.com> wrote:
> On the following sentence:
> while (*s && isspace(*s))
> s++;
Looks fine but for one thing: it's actually shorter inline than moved
into /lib so at the very least it should be a header inline not a
function call.
Second minor comment. Although it never made it into the final ANSI C,
the proposed name (and the one used in a lot of other non Linux code for
this) is stpblk().
Alan
WARNING: multiple messages have this Message-ID (diff)
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: "André Goddard Rosa" <andre.goddard@gmail.com>
Cc: "Andreas Dilger" <adilger@sun.com>,
"Mike Snitzer" <snitzer@redhat.com>,
"Takashi Iwai" <tiwai@suse.de>, Kysela <perex@perex.cz>,
"Stefan Weinhuber" <wein@de.ibm.com>,
"Eric Sandeen" <sandeen@redhat.com>,
"James E . J . Bottomley" <jejb@parisc-linux.org>,
linux-cachefs@redhat.com, "WANG Cong" <wangcong@zeuux.org>,
"Len Brown" <len.brown@intel.com>,
"Trond Myklebust" <Trond.Myklebust@netapp.com>,
"Rusty Russell" <rusty@rustcorp.com.au>,
netfilter@vger.kernel.org, "Al Viro" <viro@zeniv.linux.org.uk>,
"Thomas Gleixner" <tglx@linutronix.de>,
Engelhardt <jengelh@medozas.de>,
"Bjorn Helgaas" <bjorn.helgaas@hp.com>,
"Martin K . Petersen" <martin.petersen@oracle.com>,
linux-kernel@vger.kernel.org,
"Stoyan Gaydarov" <stoyboyker@gmail.com>,
"Kyle McMartin" <kyle@mcmartin.ca>,
netfilter-devel@vger.kernel.org, "Joe Perches" <joe@perches.com>,
"Andrew Morton" <akpm@linux-foundation.org>
Subject: Re: [PATCH v4 10/12] string: factorize skip_spaces and export it to be generally available
Date: Sun, 8 Nov 2009 16:50:00 +0000 [thread overview]
Message-ID: <20091108165000.374714cb@lxorguk.ukuu.org.uk> (raw)
In-Reply-To: <c7d3b02b5e28eaa54a5360d57dfd177c44320187.1257602781.git.andre.goddard@gmail.com>
On Sat, 7 Nov 2009 13:16:18 -0200
Andr=E9 Goddard Rosa <andre.goddard@gmail.com> wrote:
> On the following sentence:
> while (*s && isspace(*s))
> s++;
Looks fine but for one thing: it's actually shorter inline than moved
into /lib so at the very least it should be a header inline not a
function call.
Second minor comment. Although it never made it into the final ANSI C,
the proposed name (and the one used in a lot of other non Linux code for
this) is stpblk().
Alan
WARNING: multiple messages have this Message-ID (diff)
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: "André Goddard Rosa" <andre.goddard@gmail.com>
Cc: "Andreas Dilger" <adilger@sun.com>,
"Mike Snitzer" <snitzer@redhat.com>,
"Takashi Iwai" <tiwai@suse.de>, Kysela <perex@perex.cz>,
Jan@nerdnet.nl, "Stefan Weinhuber" <wein@de.ibm.com>,
"Eric Sandeen" <sandeen@redhat.com>
Subject: Re: [uml-devel] [PATCH v4 10/12] string: factorize skip_spaces and export it to be generally available
Date: Sun, 8 Nov 2009 16:50:00 +0000 [thread overview]
Message-ID: <20091108165000.374714cb@lxorguk.ukuu.org.uk> (raw)
In-Reply-To: <c7d3b02b5e28eaa54a5360d57dfd177c44320187.1257602781.git.andre.goddard@gmail.com>
On Sat, 7 Nov 2009 13:16:18 -0200
André Goddard Rosa <andre.goddard@gmail.com> wrote:
> On the following sentence:
> while (*s && isspace(*s))
> s++;
Looks fine but for one thing: it's actually shorter inline than moved
into /lib so at the very least it should be a header inline not a
function call.
Second minor comment. Although it never made it into the final ANSI C,
the proposed name (and the one used in a lot of other non Linux code for
this) is stpblk().
Alan
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2009-11-08 16:50 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-07 15:16 [PATCH v4 00/12] introduce skip_spaces(), reducing code size plus some clean-ups André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] [PATCH v4 01/12] vsprintf: factorize "(null)" string André Goddard Rosa
2009-11-08 15:37 ` Jan Engelhardt
2009-11-08 15:49 ` André Goddard Rosa
2009-11-09 3:28 ` Rusty Russell
2009-11-10 14:33 ` André Goddard Rosa
2009-11-07 15:16 ` André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] [PATCH v4 02/12] vsprintf: pre-calculate final string length for later use André Goddard Rosa
2009-11-07 15:16 ` André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] [PATCH v4 03/12] vsprintf: give it some care to please checkpatch.pl André Goddard Rosa
2009-11-07 15:16 ` André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 04/12] vsprintf: use TOLOWER whenever possible André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 05/12] vsprintf: reduce code size by avoiding extra check André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 06/12] vsprintf: move local vars to block local vars and remove unneeded ones André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 07/12] vsprintf: factor out skip_space code in a separate function André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-08 15:44 ` Jan Engelhardt
2009-11-08 15:52 ` André Goddard Rosa
[not found] ` <31525.1257770343@redhat.com>
2009-11-09 15:31 ` André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 08/12] vsprintf: reuse almost identical simple_strtoulX() functions André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-07 16:33 ` André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] [PATCH v4 09/12] ctype: constify read-only _ctype string André Goddard Rosa
2009-11-07 15:16 ` André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 10/12] string: factorize skip_spaces and export it to be generally available André Goddard Rosa
2009-11-07 15:16 ` André Goddard Rosa
2009-11-07 16:23 ` André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-08 15:54 ` Jan Engelhardt
2009-11-08 16:38 ` James Bottomley
2009-11-08 16:54 ` Jan Engelhardt
2009-11-08 16:59 ` André Goddard Rosa
2009-11-08 16:50 ` Alan Cox [this message]
2009-11-08 16:50 ` [uml-devel] " Alan Cox
2009-11-08 16:50 ` Alan Cox
2009-11-09 14:02 ` André Goddard Rosa
2009-11-08 16:56 ` Jan Engelhardt
2009-11-07 15:16 ` [PATCH v4 11/12] string: on strstrip(), first remove leading spaces before running over str André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-07 15:16 ` [PATCH v4 12/12] tree-wide: convert open calls to remove spaces to skip_spaces() lib function André Goddard Rosa
2009-11-07 15:16 ` André Goddard Rosa
2009-11-07 15:16 ` [uml-devel] " André Goddard Rosa
2009-11-08 18:47 ` Theodore Tso
2009-11-08 18:47 ` [uml-devel] " Theodore Tso
2009-11-08 18:47 ` Theodore Tso
2009-11-08 18:47 ` Theodore Tso
2009-11-08 20:23 ` Julia Lawall
2009-11-08 20:23 ` [uml-devel] " Julia Lawall
2009-11-15 6:19 ` André Goddard Rosa
2009-11-15 6:37 ` André Goddard Rosa
2009-11-14 4:20 ` [ibm-acpi-devel] " Henrique de Moraes Holschuh
2009-11-14 7:44 ` André Goddard Rosa
2009-11-08 16:05 ` [dm-devel] [PATCH v4 00/12] introduce skip_spaces(), reducing code size plus some clean-ups James Bottomley
2009-11-08 16:05 ` James Bottomley
2009-11-08 16:05 ` [uml-devel] " James Bottomley
2009-11-08 16:05 ` James Bottomley
2009-11-08 16:05 ` James Bottomley
2009-11-08 16:52 ` André Goddard Rosa
2009-11-08 16:52 ` [uml-devel] " André Goddard Rosa
2009-11-08 16:52 ` André Goddard Rosa
2009-11-08 16:55 ` Jan Engelhardt
2009-11-08 17:02 ` Alexey Dobriyan
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=20091108165000.374714cb@lxorguk.ukuu.org.uk \
--to=alan@lxorguk.ukuu.org.uk \
--cc=Trond.Myklebust@netapp.com \
--cc=adilger@sun.com \
--cc=akpm@linux-foundation.org \
--cc=andre.goddard@gmail.com \
--cc=bjorn.helgaas@hp.com \
--cc=jejb@parisc-linux.org \
--cc=jengelh@medozas.de \
--cc=joe@perches.com \
--cc=kyle@mcmartin.ca \
--cc=len.brown@intel.com \
--cc=linux-cachefs@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=netfilter@vger.kernel.org \
--cc=perex@perex.cz \
--cc=rusty@rustcorp.com.au \
--cc=sandeen@redhat.com \
--cc=snitzer@redhat.com \
--cc=stoyboyker@gmail.com \
--cc=tglx@linutronix.de \
--cc=tiwai@suse.de \
--cc=viro@zeniv.linux.org.uk \
--cc=wangcong@zeuux.org \
--cc=wein@de.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.