From: Andy Grover Date: Tue, 3 Apr 2012 22:51:29 +0000 (-0700) Subject: target/iscsi: Go back to core allocating data buffer for cmd X-Git-Tag: v3.5-rc1~111^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb79eac2026b411df9e253a9c350039b4b04bb7;p=pandora-kernel.git target/iscsi: Go back to core allocating data buffer for cmd We originally changed iscsi to allocate its own buffers just as an intermediate step to clean up some core buffer allocation mechanisms. Now we can put it back. Also had to change allocate_iovecs to use data_length instead of t_data_nents because iovecs are now allocated before the data buffer, thus t_data_nents is not yet initialized. Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed