]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[2/4] I/OAT: fix dma_pin_iovec_pages() error handling
authorMaciej Sosnowski <maciej.sosnowski@intel.com>
Fri, 7 Nov 2008 01:46:33 +0000 (01:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2008 23:00:56 +0000 (15:00 -0800)
commitc2c0b4c5434c0a25f7f7796b29155d53805909f5
treeea3fb7e114e06c346d95c94ed288fe8b1a8ac95e
parentc3d4f44f50b65b0b0290e357f8739cfb3f4bcaca
[2/4] I/OAT: fix dma_pin_iovec_pages() error handling

Error handling needs to be modified in dma_pin_iovec_pages().
It should return NULL instead of ERR_PTR
(pinned_list is checked for NULL in tcp_recvmsg() to determine
if iovec pages have been successfully pinned down).
In case of error for the first iovec,
local_list->nr_iovecs needs to be initialized.

Cc: <stable@kernel.org>
Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/dma/iovlock.c