From: Dan Aloni <da-x@gmx.net>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Brian Gerst <bgerst@didntduck.org>,
Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] More list_del_init cleanups
Date: Sun, 9 Jun 2002 05:42:20 +0300 [thread overview]
Message-ID: <20020609024220.GA9581@callisto.yi.org> (raw)
In-Reply-To: <20020608024030.GA18037@callisto.yi.org> <Pine.LNX.4.44.0206081628390.11630-100000@home.transmeta.com>
On Sat, Jun 08, 2002 at 04:30:22PM -0700, Linus Torvalds wrote:
>
>
> On Sat, 8 Jun 2002, Dan Aloni wrote:
> >
> > If we are at it, how about replacing:
> >
> > list_del(&entry->list);
> > list_add(&entry->list, dispose);
> >
> > with something like:
> >
> > list_del_add(&entry->list, dispose);
>
> Ehh.. Am I the only one who thinks "move()" would make more sense than
> "del_add()"?
I was going to suggest list_move(), but then I thought about being
consistent with the func1_func2 convention as in list_del_init().
--
Dan Aloni
da-x@gmx.net
prev parent reply other threads:[~2002-06-09 2:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-06 4:00 [PATCH] More list_del_init cleanups Brian Gerst
2002-06-08 2:40 ` Dan Aloni
2002-06-08 23:30 ` Linus Torvalds
2002-06-08 23:49 ` Thunder from the hill
2002-06-08 23:59 ` Linus Torvalds
2002-06-09 0:33 ` Thunder from the hill
2002-06-09 0:37 ` Linus Torvalds
2002-06-09 0:41 ` Thunder from the hill
2002-06-09 2:42 ` Dan Aloni [this message]
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=20020609024220.GA9581@callisto.yi.org \
--to=da-x@gmx.net \
--cc=bgerst@didntduck.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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.