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)
committerSasha Levin <sasha.levin@oracle.com>
Thu, 27 Aug 2015 17:26:07 +0000 (13:26 -0400)
commitccdf38d8643e69532044d3a5672d8dc8ebf7a1ab
treedf9d36a8978f7f2af27b359d0e9deb42a8d4ad3a
parent5a59e7240b35d84ef75ba154afb17af97579900a
hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead

[ Upstream commit a28e4b2b18ccb90df402da3f21e1a83c9d4f8ec1 ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
fs/hpfs/super.c