]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab91d3319e077deb5a24468d735b8fa6a43111c1
treea6f52ecac73779c5679e3731c304901ff7d2b8d1
parent96a8d1dc17e5b2728581b476473cc3412f09e582
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