From: Manfred Spraul <manfred@colorfullife.com>
To: Nadia Derbey <Nadia.Derbey@bull.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] ipc/sem.c: convert undo structures to struct list_head
Date: Sat, 07 Jun 2008 16:48:11 +0200 [thread overview]
Message-ID: <484A9FAB.5090202@colorfullife.com> (raw)
In-Reply-To: <483EC50E.1020103@bull.net>
Nadia Derbey wrote:
> Manfred Spraul wrote:
>> The undo structures contain two linked lists, the
>> attached patch replaces them with generic struct list_head lists.
>
> If I'm not wrong the undo list is a singly-linked list.
> So here we are moving from a set of 4 pointers to a set of 8 pointers.
> It's true that this makes the code much much more readable and clear,
> but I was wondering if it's worth?
>
IMHO yes: Everything is allocated on demand and memory is not that
expensive.
With regard to the asserts: I'm a big fan of asserts, I usually use them
to document the locking.
Perhaps assert_spin_locked() should evalute to a nop() for
non-CONFIG_DEBUG builds?
--
Manfred
next prev parent reply other threads:[~2008-06-07 14:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-24 11:20 [PATCH 1/4] ipc/sem.c: convert undo structures to struct list_head Manfred Spraul
2008-05-29 15:00 ` Nadia Derbey
2008-06-07 14:48 ` Manfred Spraul [this message]
2008-06-09 6:56 ` Nadia Derbey
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=484A9FAB.5090202@colorfullife.com \
--to=manfred@colorfullife.com \
--cc=Nadia.Derbey@bull.net \
--cc=linux-kernel@vger.kernel.org \
/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