commit | 1543306e75ee40662b2c6d37c43c8659f3d6f880 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Apr 14 15:43:46 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 14 16:48:58 2015 -0700 |
tree | d35d258cd98eea1c568210f1fb60acf25a4be2b6 | |
parent | e2ac55b6a8e337fac7cc59c6f452caac92ab5ee6 [diff] |
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>