scsi: qla2xxx: Remove default fabric ops callouts
Remove callouts that are identical to the default implementations in TCM Core. Signed-off-by: Dmitry Bogdanov <d.bogdanov@yadro.com> Link: https://lore.kernel.org/r/20230313181110.20566-11-d.bogdanov@yadro.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
355c3d6135
Коммит
237f109cee
|
@ -377,11 +377,6 @@ static void tcm_qla2xxx_close_session(struct se_session *se_sess)
|
|||
tcm_qla2xxx_put_sess(sess);
|
||||
}
|
||||
|
||||
static u32 tcm_qla2xxx_sess_get_index(struct se_session *se_sess)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int tcm_qla2xxx_write_pending(struct se_cmd *se_cmd)
|
||||
{
|
||||
struct qla_tgt_cmd *cmd = container_of(se_cmd,
|
||||
|
@ -421,11 +416,6 @@ static int tcm_qla2xxx_write_pending(struct se_cmd *se_cmd)
|
|||
return qlt_rdy_to_xfer(cmd);
|
||||
}
|
||||
|
||||
static void tcm_qla2xxx_set_default_node_attrs(struct se_node_acl *nacl)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
static int tcm_qla2xxx_get_cmd_state(struct se_cmd *se_cmd)
|
||||
{
|
||||
if (!(se_cmd->se_cmd_flags & SCF_SCSI_TMR_CDB)) {
|
||||
|
@ -1811,10 +1801,8 @@ static const struct target_core_fabric_ops tcm_qla2xxx_ops = {
|
|||
.check_stop_free = tcm_qla2xxx_check_stop_free,
|
||||
.release_cmd = tcm_qla2xxx_release_cmd,
|
||||
.close_session = tcm_qla2xxx_close_session,
|
||||
.sess_get_index = tcm_qla2xxx_sess_get_index,
|
||||
.sess_get_initiator_sid = NULL,
|
||||
.write_pending = tcm_qla2xxx_write_pending,
|
||||
.set_default_node_attributes = tcm_qla2xxx_set_default_node_attrs,
|
||||
.get_cmd_state = tcm_qla2xxx_get_cmd_state,
|
||||
.queue_data_in = tcm_qla2xxx_queue_data_in,
|
||||
.queue_status = tcm_qla2xxx_queue_status,
|
||||
|
@ -1852,10 +1840,8 @@ static const struct target_core_fabric_ops tcm_qla2xxx_npiv_ops = {
|
|||
.check_stop_free = tcm_qla2xxx_check_stop_free,
|
||||
.release_cmd = tcm_qla2xxx_release_cmd,
|
||||
.close_session = tcm_qla2xxx_close_session,
|
||||
.sess_get_index = tcm_qla2xxx_sess_get_index,
|
||||
.sess_get_initiator_sid = NULL,
|
||||
.write_pending = tcm_qla2xxx_write_pending,
|
||||
.set_default_node_attributes = tcm_qla2xxx_set_default_node_attrs,
|
||||
.get_cmd_state = tcm_qla2xxx_get_cmd_state,
|
||||
.queue_data_in = tcm_qla2xxx_queue_data_in,
|
||||
.queue_status = tcm_qla2xxx_queue_status,
|
||||
|
|
Загрузка…
Ссылка в новой задаче