commit | 4da0b66c6e9ea7ba78a19f9f186779826d89f8b0 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Fri Mar 05 10:47:37 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Mar 06 17:53:07 2010 -0800 |
tree | 467fe1886f35dd199a7ba8b95ed5a06e2bfe83f3 | |
parent | b89dc5d6b0981c1096ccffbf8f4413c7bb1bcc0a [diff] |
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 <bjorn.helgaas@hp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>