make scsi_iovector_add() static
This commit is contained in:
@@ -2560,7 +2560,7 @@ scsi_task_set_iov_in(struct scsi_task *task, struct scsi_iovec *iov, int niov)
|
|||||||
|
|
||||||
#define IOVECTOR_INITAL_ALLOC (16)
|
#define IOVECTOR_INITAL_ALLOC (16)
|
||||||
|
|
||||||
int
|
static int
|
||||||
scsi_iovector_add(struct scsi_task *task, struct scsi_iovector *iovector, int len, unsigned char *buf)
|
scsi_iovector_add(struct scsi_task *task, struct scsi_iovector *iovector, int len, unsigned char *buf)
|
||||||
{
|
{
|
||||||
if (len < 0) {
|
if (len < 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user