hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead
authorJoe Perches <joe@perches.com>
Fri, 27 Mar 2015 03:47:10 +0000 (20:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Jul 2015 20:35:31 +0000 (13:35 -0700)
commita28e4b2b18ccb90df402da3f21e1a83c9d4f8ec1
tree39c406c45d0828e4357d9469202c7a6b825cafee
parentce657611baf902f14ae559ce4e0787ead6712067
hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead

Removing unnecessary static buffers is good.
Use the vsprintf %pV extension instead.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mikulas Patocka <mikulas@twibright.com>
Cc: stable@vger.kernel.org # v2.6.36+
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hpfs/super.c