Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
scst
Commits
33dedb29
Commit
33dedb29
authored
2 years ago
by
Gleb Chesnokov
Browse files
Options
Download
Email Patches
Plain Diff
scst_local: Declare SCSI host template const
Make it explicit that the SCSI host template is not modified.
parent
c0aea55c
base
NAS-125313_old1
NAS-127348
master
rel-v0.0.1
release/23.10-BETA.1
release/23.10-RC.1
release/23.10.0
release/23.10.1
release/23.10.1.2
release/23.10.1.3
release/23.10.2
release/24.04-BETA.1
release/24.04-RC.1
release/24.04.0
scst-bluefin-kernel
stable/cobia
stable/dragonfish
testing
testing-refine-branchout-process
testing-refine-branchout-process2
truenas-3.8.x
truenas-pre-3.8.x
TS-24.04-RC.1
TS-24.04-BETA.1
TS-23.10.2
TS-23.10.1.3
TS-23.10.1.2
TS-23.10.1.1
TS-23.10.1
TS-23.10.0.1
TS-23.10.0
TS-23.10-RC.1
TS-23.10-BETA.1
DN110M-CS-v2.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scst_local/scst_local.c
+1
-1
scst_local/scst_local.c
with
1 addition
and
1 deletion
+1
-1
scst_local/scst_local.c
View file @
33dedb29
...
...
@@ -1375,7 +1375,7 @@ static struct scst_tgt_template scst_local_targ_tmpl = {
#endif
};
static
struct
scsi_host_template
scst_lcl_ini_driver_template
=
{
static
const
struct
scsi_host_template
scst_lcl_ini_driver_template
=
{
.
name
=
SCST_LOCAL_NAME
,
.
queuecommand
=
scst_local_queuecommand
,
.
change_queue_depth
=
scst_local_change_queue_depth
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help