[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160811145012.3285b5bd289a8d2155ae78a3@linux-foundation.org>
Date: Thu, 11 Aug 2016 14:50:12 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org, Andi Kleen <andi@...stfloor.org>,
Alexey Dobriyan <adobriyan@...il.com>,
Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [RFC PATCH] meminfo: Break apart a very long seq_printf with
#ifdefs
On Tue, 9 Aug 2016 23:38:56 -0700 Joe Perches <joe@...ches.com> wrote:
> Use a specific routine to emit most lines so that the code is
> easier to read and maintain.
huh.
text data bss dec hex filename
2976 8 0 2984 ba8 fs/proc/meminfo.o before
2669 8 0 2677 a75 fs/proc/meminfo.o after
Nice. I wonder why that happened.
Let's hope it works ;)
Powered by blists - more mailing lists