]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 10 Oct 2011 17:29:01 +0000 (19:29 +0200)
commit94364d8f45cca6e7e4448e9926638529b7114cc0
treeff7cb2d58cd42c102ab9fca4b74309ae2113f02b
parentb1c00e4bc9e24d24bc29dcaf053ee8ff8bd9d953
udf: Neaten logging output, use vsprintf extension %pV

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>
fs/udf/super.c