Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72695
b: refs/heads/master
c: 9335432
h: refs/heads/master
i:
  72693: ac9e417
  72691: 40fe7a0
  72687: 378d1de
v: v3
  • Loading branch information
Jens Axboe committed Oct 29, 2007
1 parent fbfe077 commit 934fa70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73fd546aa75e9db02526bf304d4f736c4ec82b4b
refs/heads/master: 9335432959111c982c74177521305e6a3fb600a3
5 changes: 3 additions & 2 deletions trunk/drivers/s390/scsi/zfcp_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ zfcp_sg_to_address(struct scatterlist *list)
* zfcp_address_to_sg - set up struct scatterlist from kernel address
* @address: kernel address
* @list: struct scatterlist
* @size: buffer size
*/
static inline void
zfcp_address_to_sg(void *address, struct scatterlist *list)
zfcp_address_to_sg(void *address, struct scatterlist *list, unsigned int size)
{
sg_set_buf(list, address, 0);
sg_set_buf(list, address, size);
}

#define REQUEST_LIST_SIZE 128
Expand Down

0 comments on commit 934fa70

Please sign in to comment.