From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: Improve SO_TIMESTAMPING documentation and fix a minor code bug Date: Thu, 06 Mar 2014 16:18:16 -0500 (EST) Message-ID: <20140306.161816.601474056305160550.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: richardcochran@gmail.com, netdev@vger.kernel.org To: luto@amacapital.net Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:33462 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbaCFVSS (ORCPT ); Thu, 6 Mar 2014 16:18:18 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Andy Lutomirski Date: Tue, 4 Mar 2014 17:24:10 -0800 > The original documentation was very unclear. > > The code fix is presumably related to the formerly unclear > documentation: SOCK_TIMESTAMPING_RX_SOFTWARE has no effect on > __sock_recv_timestamp's behavior, so calling __sock_recv_ts_and_drops > from sock_recv_ts_and_drops if only SOCK_TIMESTAMPING_RX_SOFTWARE is > set is pointless. This should have no user-observable effect. > > Signed-off-by: Andy Lutomirski Applied, thanks Andy.