Re: Detected NON_EXISTENT_LUN Access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Just to be clear which branch did you use?
> 
> What was the git revision of the head you built?

I'll admit that I'm a total beginner when it comes to git and just learnt enough to pull this project.
I followed some instructions somewhere on the http://linux-iscsi.org web site which said to do something like:

	git checkout --track -b tcm_qla2xxx origin/tcm_qla2xxx
	git pull origin tcm_qla2xxx

But that didn't work so well, so I did a:

	git ls-remote

Which showed me that there was a qla_tgt-3.3 branch.
So I did:

	git checkout --track -b qla_tgt-3.3 origin/qla_tgt-3.3
	git pull origin qla_tgt-3.3

A 'git branch' shows:

	# git branch
	  master
	* qla_tgt-3.3

I'm not sure how to answer what git revision of the head I built...

A 'git show' has the following output:

	commit 401b01afba24797e888ff88d8c27d3bfe3116697
	Author: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>
	Date:   Fri Nov 18 16:45:15 2011 -0800

	    qla2xxx: Remove duplicate assignments from qla_tgt_do_work

	    This patch removes duplicate assignments for qla_tgt_cmd related to
	    descriptor setup in qla_tgt_do_work().  The original assignments for
	    these values has already done in qla_tgt_handle_cmd_for_atio() before
	    dispatch to workqueue process context.

	    Signed-off-by: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>

	diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c
	index c6b3771..b5203a5 100644
	--- a/drivers/scsi/qla2xxx/qla_target.c
	+++ b/drivers/scsi/qla2xxx/qla_target.c
	@@ -3047,10 +3047,6 @@ static void qla_tgt_do_work(struct work_struct *work)
	        if (tgt->tgt_stop)
	                goto out_term;

	-       cmd->sess = sess;
	-       cmd->loop_id = sess->loop_id;
	-       cmd->conf_compl_supported = sess->conf_compl_supported;
	-
	        if (IS_FWI2_CAPABLE(ha)) {
	                cdb = &atio->u.isp24.fcp_cmnd.cdb[0];
	                cmd->tag = atio->u.isp24.exchange_addr;

So not sure if that commit field helps answer the question or not...
--
To unsubscribe from this list: send the line "unsubscribe target-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux SCSI]     [Kernel Newbies]     [Linux SCSI Target Infrastructure]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Device Mapper]

  Powered by Linux