mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 20:21:30 +00:00
Merge of the trunk's r3523:
Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3524 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -92,7 +92,7 @@ int kernel_open(void)
|
||||
"kernel module?\n", get_error_str(errno));
|
||||
goto out_close;
|
||||
} else {
|
||||
log_debug(0, "max_data_seg_len %d, max_queued_cmds %d, ",
|
||||
log_debug(0, "max_data_seg_len %d, max_queued_cmds %d",
|
||||
reg.max_data_seg_len, reg.max_queued_cmds);
|
||||
iscsi_init_params.max_data_seg_len = reg.max_data_seg_len;
|
||||
iscsi_init_params.max_queued_cmds = reg.max_queued_cmds;
|
||||
|
||||
Reference in New Issue
Block a user