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)
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>

No differences found