From: Bjorn Helgaas Date: Fri, 5 Mar 2010 17:47:37 +0000 (-0700) Subject: vsprintf: move %pR resource printf_specs off the stack X-Git-Tag: v2.6.34-rc1~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da0b66c6e9ea7ba78a19f9f186779826d89f8b0;p=pandora-kernel.git vsprintf: move %pR resource printf_specs off the stack This adds separate I/O and memory specs, so we don't have to change the field width in a shared spec, which then lets us make all the specs const and static, since they never change. Signed-off-by: Bjorn Helgaas Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed