From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20974C4332F for ; Tue, 12 Oct 2021 15:37:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F36D16108F for ; Tue, 12 Oct 2021 15:37:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237167AbhJLPjP (ORCPT ); Tue, 12 Oct 2021 11:39:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:57836 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237516AbhJLPio (ORCPT ); Tue, 12 Oct 2021 11:38:44 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0A61A60F3A; Tue, 12 Oct 2021 15:36:40 +0000 (UTC) Date: Tue, 12 Oct 2021 11:36:39 -0400 From: Steven Rostedt To: Mathieu Desnoyers Cc: David Laight , linux-kernel , Linus Torvalds , Paul , Josh Triplett , Lai Jiangshan , "Joel Fernandes, Google" , Pablo Neira Ayuso , Jozsef Kadlecsik , Florian Westphal , "David S. Miller" , Hideaki YOSHIFUJI , David Ahern , Jakub Kicinski , rcu , netfilter-devel , coreteam , netdev Subject: Re: [RFC][PATCH] rcu: Use typeof(p) instead of typeof(*p) * Message-ID: <20211012113639.4c53805e@gandalf.local.home> In-Reply-To: <364516086.11428.1634048283470.JavaMail.zimbra@efficios.com> References: <20211005094728.203ecef2@gandalf.local.home> <505004021.2637.1633446912223.JavaMail.zimbra@efficios.com> <4dbff8032f874a6f921ba0555c94eeaf@AcuMS.aculab.com> <364516086.11428.1634048283470.JavaMail.zimbra@efficios.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 12 Oct 2021 10:18:03 -0400 (EDT) Mathieu Desnoyers wrote: > As Linus pointed out, it might indeed be simpler to just keep declaring the structure in > public headers. I solved this by creating a separate header for the nasty structure, but it's still public for all references. -- Steve