]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] iscsi_tcp regression: remove bogus warn on in write path
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 13 Jan 2010 04:48:00 +0000 (22:48 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 17 Feb 2010 15:55:22 +0000 (09:55 -0600)
commit094895077c45da0dfcf998e146d32cfea9d8b211
tree57e7766a34deaa67fbda1f38b5fdc4cf3973dd25
parent51a5533132895a23d9b86945b34ff69f3f7fe029
[SCSI] iscsi_tcp regression: remove bogus warn on in write path

An empty r2tqueue is a valid state. It just means that we have
processed all that there was to do. This patch removes the WARN_ON
that was added when the kfifo changes were merged.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libiscsi_tcp.c