lkml.org 
[lkml]   [2007]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] make do_restart_poll() static
    On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.23-rc2-mm2:
    >...
    > +use-erestart_restartblock-if-poll-is-interrupted-by-a-signal.patch
    >...
    > The infamous misc
    >...

    do_restart_poll() can become static.

    Signed-off-by: Adrian Bunk <bunk@kernel.org>

    ---
    59cd2d11f5f0189973bb280c59262eb50984cb88
    diff --git a/fs/select.c b/fs/select.c
    index 5a3ab01..3e515aa 100644
    --- a/fs/select.c
    +++ b/fs/select.c
    @@ -711,7 +711,7 @@ out_fds:
    return err;
    }

    -long do_restart_poll(struct restart_block *restart_block)
    +static long do_restart_poll(struct restart_block *restart_block)
    {
    struct pollfd __user *ufds = (struct pollfd __user*)restart_block->arg0;
    int nfds = restart_block->arg1;
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-08-27 23:31    [W:5.774 / U:0.636 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site