[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <473BFF71.60501@openvz.org>
Date: Thu, 15 Nov 2007 11:12:33 +0300
From: Pavel Emelyanov <xemul@...nvz.org>
To: Simon Horman <horms@...ge.net.au>
CC: David Miller <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>, devel@...nvz.org
Subject: Re: [PATCH 2/2][INET] Move the reqsk_queue_yank_listen_sk from header
Simon Horman wrote:
> On Wed, Nov 14, 2007 at 09:11:06PM +0300, Pavel Emelyanov wrote:
>> This function is used in the net/core/request_sock.c only.
>> No need in keeping it in the header file.
>
> I feel like I am missing something here, but
> doesn't __reqsk_queue_destroy() in include/net/request_sock.h use
> reqsk_queue_yank_listen_sk()?
It does, but this is a patch number 2. The patch number 1 moved this
__reqsk_queue_destroy() into request_sock.c.
> static inline void __reqsk_queue_destroy(struct request_sock_queue
> *queue)
> {
> kfree(reqsk_queue_yank_listen_sk(queue));
> }
Thanks,
Pavel
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists