Re: [PATCH] iscsi_tcp - make padbuf non-static

2009-01-14 Thread James Bottomley
On Thu, 2009-01-08 at 15:06 -0600, Mike Christie wrote: Karen Xie wrote: [PATCH] iscsi_tcp - make padbuf non-static From: Karen Xie k...@chelsio.com 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

[PATCH] iscsi_tcp - make padbuf non-static

2009-01-08 Thread Karen Xie
[PATCH] iscsi_tcp - make padbuf non-static From: Karen Xie k...@chelsio.com 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 k...@chelsio.com

Re: [PATCH] iscsi_tcp - make padbuf non-static

2009-01-08 Thread Mike Christie
Karen Xie wrote: [PATCH] iscsi_tcp - make padbuf non-static From: Karen Xie k...@chelsio.com 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