On Sat, 2016-08-27 at 09:02 +0200, SF Markus Elfring wrote: > > If you _really wanted to clear up this code and make it more > > robust/better, it'd probably be nicer to convert the > > struct list_head **sn_irq_lh to a single struct list_head * > > That would be less data space overall given the alignment > > waste of the individual allocs. > Does this suggestion mean that I should drop my proposal > around the software components "IRQ" and "TLB" for the system > architecture "IA64" in such a questionable patch series? While elimination of code duplication should be good, what it means it you should avoid making changes that are merely mechanical and strive to make changes that improve code execution speed or reduce overall object size while not impacting overall execution speed. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html