[PATCH 1/2] ocfs2: Logging: Remove static buffer, use vsprintf extension %pV

2015-03-26 Thread Joe Perches
Use the vsprintf %pV extension to avoid using a static buffer and remove the now unnecessary buffer. Signed-off-by: Joe Perches --- fs/ocfs2/super.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index

[PATCH 1/2] ocfs2: Logging: Remove static buffer, use vsprintf extension %pV

2015-03-26 Thread Joe Perches
Use the vsprintf %pV extension to avoid using a static buffer and remove the now unnecessary buffer. Signed-off-by: Joe Perches j...@perches.com --- fs/ocfs2/super.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/fs/ocfs2/super.c