udf: Neaten logging output, use vsprintf extension %pV
authorJoe Perches <joe@perches.com>
Mon, 10 Oct 2011 08:08:06 +0000 (01:08 -0700)
committerJan Kara <jack@suse.cz>
Mon, 31 Oct 2011 22:43:58 +0000 (23:43 +0100)
Use %pV and remove a static buffer to save some text space and fix possible
issues when several processes call error reporting function in parallel. Also
change error level from KERN_CRIT to KERN_ERR.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found