| From: |
| Jens Axboe <jens.axboe@oracle.com> |
| To: |
| linux-scsi@vger.kernel.org |
| Subject: |
| [PATCH 0/2] Splitting sg chain allocation support from scsi |
| Date: |
| Wed, 14 Nov 2007 12:46:20 +0100 |
| Message-ID: |
| <20071114114620.GA5064@kernel.dk> |
| Archive-link: |
| Article,
Thread
|
Hi,
Currently scsi_lib.c does its own sg chain allocation and freeing, as it
was proof of concept. But other drivers may want to take advantage of
that feature as well. These two patches add a lib/scatterlist.c and
moves most of the linux/scatterlist.h big include into that, and adds
helpers for allocating and initializing an sg list.
This adds a new kernel define SG_MAX_SINGLE_ALLOC that sets the boundary
for when sg_alloc_table() will return a chained list, that used to be a
scsi private thing.
The patch still needs a bit of cleaning up and documenting, but it's a
start. Boots and works here.
--
Jens Axboe
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html