commit | 70c7c88a1a65ca683eb7f3fe3ce79c72f29d845e | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Mar 17 16:22:17 2011 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Mar 23 11:36:58 2011 -0500 |
tree | 42020cdbaa7fa1400816c8d1f95a6f13859abde3 | |
parent | e8b12f0fb8352237525961f14ec933e915848840 [diff] |
[SCSI] libiscsi_tcp: use kmap in xmit path The xmit path can sleep with a page kmapped in the network xmit code while it waits for space to open up, so we have to use kmap instead of kmap atomic in that path. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>