Re: [RFC-v4 1/3] qla2xxx: Add LLD internal target-mode support

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

 



On Wed, Dec 21, 2011 at 1:48 PM, Nicholas A. Bellinger
<nab@xxxxxxxxxxxxxxx> wrote:
> So looking at qla_tgt-3.3, qla_target.c:2591 lines up with the
> following:
>
> void qla_tgt_free_cmd(struct qla_tgt_cmd *cmd)
> {
>        BUG_ON(cmd->sg_mapped);
>
>        if (unlikely(cmd->free_sg))
>                kfree(cmd->sg);
>        kmem_cache_free(qla_tgt_cmd_cachep, cmd);
> }

Sorry, yeah, grabbed the wrong chunk when quoting your mail.

This is the real BUG we're hitting.

 - R.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux