]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: logging: remove static buffer, use vsprintf extension %pV
authorJoe Perches <joe@perches.com>
Tue, 7 Apr 2015 23:43:56 +0000 (09:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:43:56 +0000 (09:43 +1000)
commit4e7482e5396172611925b8d2eb362a3ad9de562f
treeac2de9f91961645f8a55dffa9bca20702ba5fd0b
parent09d583ba9a1122b1776b85b1ecf0f889ccd631af
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>
fs/ocfs2/super.c