]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit09f77c7646f531b4c57e4b9d3475f2c2188a3235
treed35d258cd98eea1c568210f1fb60acf25a4be2b6
parent30e407603542b2981e71bd535dba1790d7a0ae7f
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