All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Davide Libenzi <davidel@xmailserver.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] Fix epoll delayed initialization bug ...
Date: Fri, 16 Sep 2005 16:50:53 -0700	[thread overview]
Message-ID: <20050916165053.2dec0a6b.akpm@osdl.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0509161621050.6125@localhost.localdomain>

Davide Libenzi <davidel@xmailserver.org> wrote:
>
> diff -Nru linux-2.6.13.vanilla/fs/eventpoll.c linux-2.6.13/fs/eventpoll.c
>  --- linux-2.6.13.vanilla/fs/eventpoll.c	2005-09-16 15:20:46.000000000 -0700
>  +++ linux-2.6.13/fs/eventpoll.c	2005-09-16 15:21:08.000000000 -0700
>  @@ -231,8 +231,9 @@
> 
>    static void ep_poll_safewake_init(struct poll_safewake *psw);
>    static void ep_poll_safewake(struct poll_safewake *psw, wait_queue_head_t *wq);
>  -static int ep_getfd(int *efd, struct inode **einode, struct file **efile);
>  -static int ep_file_init(struct file *file);
>  +static int ep_getfd(int *efd, struct inode **einode, struct file **efile,
>  +		    struct eventpoll *ep);
>  +static int ep_alloc(struct eventpoll **pep);

Sigh.  Space-stuffing strikes again.  Please resend as an attachment.

The number of whitespace-buggered patches which are coming in is just
getting out of control lately.

Even `patch -l' tossed four rejects, so there may be something else wrong
in this one.


  reply	other threads:[~2005-09-16 23:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-16 23:35 [patch] Fix epoll delayed initialization bug Davide Libenzi
2005-09-16 23:50 ` Andrew Morton [this message]
2005-09-16 23:56   ` Davide Libenzi
2005-09-17  0:05     ` Andrew Morton
2005-09-17  2:37   ` Paul Jackson
2005-09-16 23:59 ` Roland Dreier
2005-09-17  5:47   ` Al Viro

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=20050916165053.2dec0a6b.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=davidel@xmailserver.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.