From: Karen Xie Date: Sun, 11 Jan 2009 03:06:07 +0000 (-0800) Subject: [SCSI] iscsi_tcp: make padbuf non-static X-Git-Tag: v2.6.29-rc2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2856830bd395fbc2f0c5327effe71fb025dd262d;p=pandora-kernel.git [SCSI] iscsi_tcp: make padbuf non-static virt_to_page() call should not be used on kernel text and data addresses. virt_to_page() is used by sg_init_one(). So change padbuf to be allocated within iscsi_segment. Signed-off-by: Karen Xie Acked-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed