Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 040515f5 authored by Mike Christie's avatar Mike Christie Committed by James Bottomley
Browse files

[SCSI] iscsi: return task found during search



from davidw@netapp.com:

remove task type should return a task on success.

Signed-off-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 994442e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -985,7 +985,7 @@ iscsi_remove_##tasktype(struct kfifo *fifo, uint32_t itt) \
									\
		if (task->itt == itt) {					\
			debug_scsi("matched task\n");			\
			break;						\
			return task;					\
		}							\
									\
		__kfifo_put(fifo, (void*)&task, sizeof(void*));		\