From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Date: Wed, 03 Jun 2015 16:53:24 +0000 Subject: Re: [v3,33/36] genirq: Use helper function to access irq_data->msi_desc Message-Id: List-Id: References: <20150602034507.1BBCB1412F1@ozlabs.org> In-Reply-To: <20150602034507.1BBCB1412F1@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michael Ellerman Cc: Jiang Liu , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Tony Luck , Fenghua Yu , Paul Mackerras , Chris Metcalf , Jiang Liu , Rusty Russell , Tejun Heo , Joe Perches , linux-ia64@vger.kernel.org, Konrad Rzeszutek Wilk , linux-pci@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linuxppc-dev@lists.ozlabs.org On Tue, 2 Jun 2015, Michael Ellerman wrote: > Though I would point out we already have 16 irq_foo_get_bar() accessors?! Say thanks to the people who mindlessly fiddled in the core managed fields of irqdesc and irqdata. The hard to track down wreckage they caused me to enforce accessors. The new accessors are to help migrating members of irq_data to a new data structure without breaking the world and some more. Thanks, tglx