Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

target/tcm_fc: print command pointer in debug message

When allocating a new command we should add the pointer to the
debug statements; that allows us to match this with other debug
statements for handling data.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

authored by

Hannes Reinecke and committed by
Nicholas Bellinger
b04bf583 1b4c59b7

+1 -1
+1 -1
drivers/target/tcm_fc/tfc_cmd.c
··· 575 575 TARGET_SCF_ACK_KREF)) 576 576 goto err; 577 577 578 - pr_debug("r_ctl %x alloc target_submit_cmd\n", fh->fh_r_ctl); 578 + pr_debug("r_ctl %x target_submit_cmd %p\n", fh->fh_r_ctl, cmd); 579 579 return; 580 580 581 581 err: