mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
- A complete fix for the problem when a command comes with zero transfer length and READ or WRITE data transfer direction
- Version changed to 1.0.0-rc2 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@423 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -1424,7 +1424,7 @@ static void exec_read_toc(struct vdisk_cmd *vcmd)
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* FIXME when you have > 8TB ROM device. */
|
||||
/* ToDo when you have > 8TB ROM device. */
|
||||
nblocks = (uint32_t)dev->nblocks;
|
||||
|
||||
/* Header */
|
||||
|
||||
Reference in New Issue
Block a user