From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH 1/2] remove all uses of printf's %n Date: Fri, 20 Sep 2013 12:33:16 -0700 Message-ID: <1379705596.2301.17.camel@joe-AO722> References: <20130917205742.16147.qmail@science.horizon.com> <201309191756.BCF65661.MQFOLSJOFHFtOV@I-love.SAKURA.ne.jp> <201309201309.GFB52620.OQOtSFLMJVHOFF@I-love.SAKURA.ne.jp> <523C0268.20404@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Jiri Slaby , Tetsuo Handa , Al Viro , Pavel Emelyanov , =?ISO-8859-1?Q?R=E9mi?= Denis-Courmont , LKML , netdev@vger.kernel.org, linux-sctp@vger.kernel.org, George Spelvin , Andrew Morton , Dan Carpenter , Geert Uytterhoeven , Jan Beulich , Motohiro KOSAKI To: Kees Cook Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 2013-09-20 at 12:24 -0700, Kees Cook wrote: > There are a few problems that have been discussed on the various > threads. Namely, we want to minimize the changes to the seq_file > structure and to not add additional work to all the seq_file users > that don't care about padding. I don't think saving a couple more values to a struct is that big a deal.