ocfs2/dlm: Fix lockname in lockres print function
authorSunil Mushran <sunil.mushran@oracle.com>
Mon, 10 Mar 2008 22:16:29 +0000 (15:16 -0700)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:09 +0000 (08:56 -0700)
commitc834cdb15702dd0147875b352cc7d4df93d7d900
treea6f52ecac73779c5679e3731c304901ff7d2b8d1
parente5a0334cbd65e27f8dfd9985aa805874fe59e879
ocfs2/dlm: Fix lockname in lockres print function

__dlm_print_one_lock_resource was printing lockname incorrectly.
Also, we now use printk directly instead of mlog as the latter prints
the line context which is not useful for this print.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/dlm/dlmdebug.c