From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [target:for-next 5/17] drivers/target/target_core_transport.c:582:22: error: 'struct
Date: Mon, 17 Sep 2012 23:55:37 +0000 [thread overview]
Message-ID: <20120917235537.GA9080@localhost> (raw)
Hi Roland,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next
head: 0b79bb0e7b960c6a4347d7c7a3afeea67e28e51e
commit: 3537078956521a5dd79a413da4342fbcd3e30e9d [5/17] target: Simplify fabric sense data length handling
config: x86_64-allmodconfig
All related error/warning messages:
drivers/target/target_core_transport.c: In function 'transport_get_sense_buffer':
drivers/target/target_core_transport.c:582:22: error: 'struct target_core_fabric_ops' has no member named 'set_fabric_sense_len'
vim +582 drivers/target/target_core_transport.c
577 return NULL;
578
579 if (cmd->se_cmd_flags & SCF_SENT_CHECK_CONDITION)
580 return NULL;
581
> 582 offset = cmd->se_tfo->set_fabric_sense_len(cmd, TRANSPORT_SENSE_BUFFER);
583
584 /* Automatically padded */
585 cmd->scsi_sense_length = TRANSPORT_SENSE_BUFFER + offset;
586
587 pr_debug("HBA_[%u]_PLUG[%s]: Requesting sense for SAM STATUS: 0x%02x\n",
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
reply other threads:[~2012-09-17 23:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120917235537.GA9080@localhost \
--to=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.