From: Nadia Derbey <Nadia.Derbey@bull.net>
To: Adrian Bunk <bunk@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] make ipc/util.c:sysvipc_find_ipc() static
Date: Thu, 25 Oct 2007 10:29:13 +0200 [thread overview]
Message-ID: <472053D9.8020808@bull.net> (raw)
In-Reply-To: <20071024162334.GS30533@stusta.de>
Adrian Bunk wrote:
> sysvipc_find_ipc() can become static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> daadf1bd4c81e8b88cfc690cecace9adc8b783f0
> diff --git a/ipc/util.c b/ipc/util.c
> index 1aa0ebf..76c1f34 100644
> --- a/ipc/util.c
> +++ b/ipc/util.c
> @@ -802,8 +802,8 @@ struct ipc_proc_iter {
> /*
> * This routine locks the ipc structure found at least at position pos.
> */
> -struct kern_ipc_perm *sysvipc_find_ipc(struct ipc_ids *ids, loff_t pos,
> - loff_t *new_pos)
> +static struct kern_ipc_perm *sysvipc_find_ipc(struct ipc_ids *ids, loff_t pos,
> + loff_t *new_pos)
> {
> struct kern_ipc_perm *ipc;
> int total, id;
>
>
Acked-by: Nadia Derbey <Nadia.Derbey@bull.net>
prev parent reply other threads:[~2007-10-25 8:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-24 16:23 [2.6 patch] make ipc/util.c:sysvipc_find_ipc() static Adrian Bunk
2007-10-25 8:29 ` Nadia Derbey [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=472053D9.8020808@bull.net \
--to=nadia.derbey@bull.net \
--cc=bunk@kernel.org \
--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 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.