commit | 1f6f31a03e3aed0854a6aa3ab763c3d3b2ff42ff | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri May 11 12:33:09 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 16 11:20:59 2007 +0200 |
tree | bdb94c08e0bce7c17f686aabc274a7554718407b | |
parent | 53d412fce05e73dd0b25b0ebfa83c7ee94f16451 [diff] |
USB storage: sg chaining support [PATCH] USB storage: sg chaining support Modify usb_stor_access_xfer_buf() to take a pointer to an sg entry pointer, so we can keep track of that instead of passing around an integer index (which we can't use when dealing with multiple scatterlist arrays). Signed-off-by: Jens Axboe <jens.axboe@oracle.com>