GFS2: fs/gfs2/glock.c: Use printf extension %pV
authorJoe Perches <joe@perches.com>
Wed, 10 Nov 2010 00:35:20 +0000 (16:35 -0800)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 30 Nov 2010 10:30:41 +0000 (10:30 +0000)
commit5e69069c1afb655b5f1a154856ccdb4bb7327b81
treef6bddfefc266a534b3a2879aa83f2c82ff3b3d81
parent2ae51ed7b548c1d943d080da617515e801ea5c3e
GFS2: fs/gfs2/glock.c: Use printf extension %pV

Using %pV reduces the number of printk calls and
eliminates any possible message interleaving from
other printk calls.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c