mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
Minor fixes
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@161 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -562,10 +562,10 @@ NOTE! If the memory reusage is enabled, then the data buffer must not be
|
||||
freed, it will be reused by subsequent SCSI commands. The buffer must be
|
||||
freed only on SCST_USER_ON_CACHED_MEM_FREE event.
|
||||
|
||||
Payload contains struct scst_user_scsi_cmd_on_free_cmd, which is defined
|
||||
Payload contains struct scst_user_scsi_on_free_cmd, which is defined
|
||||
as the following:
|
||||
|
||||
struct scst_user_scsi_cmd_on_free_cmd
|
||||
struct scst_user_scsi_on_free_cmd
|
||||
{
|
||||
uint64_t pbuf;
|
||||
int32_t resp_data_len;
|
||||
|
||||
Reference in New Issue
Block a user