diff options
| author | Mike Christie <michael.christie@oracle.com> | 2026-02-22 17:27:02 -0600 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2026-02-28 21:04:02 -0500 |
| commit | 89663fb2e53822863de9cf4bca9636989da96615 (patch) | |
| tree | 21f13676956fd83d38a653d9f01c9eae9a497b78 /drivers/xen | |
| parent | 06933066d88a3093953b062922c016a67d2cdbf8 (diff) | |
| download | linux-next-89663fb2e53822863de9cf4bca9636989da96615.tar.gz linux-next-89663fb2e53822863de9cf4bca9636989da96615.zip | |
scsi: target: Use driver completion preference by default
This has us use the driver's completion preference by default. There is
no behavior changes with this patch and we queue completion to LIO's
completion workqueue by default.
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Link: https://patch.msgid.link/20260222232946.7637-3-michael.christie@oracle.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/xen')
| -rw-r--r-- | drivers/xen/xen-scsiback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xen-scsiback.c b/drivers/xen/xen-scsiback.c index 3035c7d0f1b7..e33f95c91b09 100644 --- a/drivers/xen/xen-scsiback.c +++ b/drivers/xen/xen-scsiback.c @@ -1832,6 +1832,7 @@ static const struct target_core_fabric_ops scsiback_ops = { .tfc_tpg_base_attrs = scsiback_tpg_attrs, .tfc_tpg_param_attrs = scsiback_param_attrs, + .default_compl_type = TARGET_QUEUE_COMPL, .default_submit_type = TARGET_DIRECT_SUBMIT, .direct_submit_supp = 1, }; |
