mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
- Minor optimization
- New member target_name added to struct scst_user_sess - Docs updates git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@634 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+4
-3
@@ -618,9 +618,10 @@ static int do_sess(struct vdisk_cmd *vcmd)
|
||||
tgt_dev->sess_h = cmd->sess.sess_h;
|
||||
tgt_dev->last_write_cmd_queue_type = SCST_CMD_QUEUE_SIMPLE;
|
||||
|
||||
PRINT_INFO("Session from initiator %s attached (LUN %"PRIx64", "
|
||||
"threads_num %d, rd_only %d, sess_h %"PRIx64")",
|
||||
cmd->sess.initiator_name, cmd->sess.lun,
|
||||
PRINT_INFO("Session from initiator %s (target %s) attached "
|
||||
"(LUN %"PRIx64", threads_num %d, rd_only %d, sess_h "
|
||||
"%"PRIx64")", cmd->sess.initiator_name,
|
||||
cmd->sess.target_name, cmd->sess.lun,
|
||||
cmd->sess.threads_num, cmd->sess.rd_only,
|
||||
cmd->sess.sess_h);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user