From: Al Viro <viro@ftp.linux.org.uk>
To: "Petri T. Koistinen" <petri.koistinen@iki.fi>
Cc: Davide Libenzi <davidel@xmailserver.org>,
Andrew Morton <akpm@osdl.org>,
trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs/eventpoll.c: initialize variable, remove warning
Date: Tue, 2 May 2006 01:23:44 +0100 [thread overview]
Message-ID: <20060502002344.GS27946@ftp.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.64.0605020000050.5245@joo>
On Tue, May 02, 2006 at 12:01:51AM +0300, Petri T. Koistinen wrote:
> From: Petri T. Koistinen <petri.koistinen@iki.fi>
>
> Remove compiler warning by initializing uninitialized variable.
NAK, fd is initialized by ep_getfd() in all cases when it returns 0.
In case if ep_getfd() returns non-zero, fd is never used.
prev parent reply other threads:[~2006-05-02 0:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-01 21:01 [PATCH] fs/eventpoll.c: initialize variable, remove warning Petri T. Koistinen
2006-05-02 0:23 ` Al Viro [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=20060502002344.GS27946@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=akpm@osdl.org \
--cc=davidel@xmailserver.org \
--cc=linux-kernel@vger.kernel.org \
--cc=petri.koistinen@iki.fi \
--cc=trivial@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.