ocfs2: logging: remove static buffer, use vsprintf extension %pV
authorJoe Perches <joe@perches.com>
Tue, 14 Apr 2015 22:43:46 +0000 (15:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2015 23:48:58 +0000 (16:48 -0700)
commit1543306e75ee40662b2c6d37c43c8659f3d6f880
treed35d258cd98eea1c568210f1fb60acf25a4be2b6
parente2ac55b6a8e337fac7cc59c6f452caac92ab5ee6
ocfs2: logging: remove static buffer, use vsprintf extension %pV

Use the vsprintf %pV extension to avoid using a static buffer and remove
the now unnecessary buffer.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/super.c