Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89767
b: refs/heads/master
c: b312bab
h: refs/heads/master
i:
  89765: 1412844
  89763: af75733
  89759: 7c0b573
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Apr 16, 2008
1 parent 09e0660 commit adb7f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 423eef6fbb989f316d268d0d96812165fbaed26c
refs/heads/master: b312bab3b961de21c5a98bd70e04070eaa61817c
4 changes: 1 addition & 3 deletions trunk/drivers/scsi/scsi_tgt_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,7 @@ static int __init scsi_tgt_init(void)
{
int err;

scsi_tgt_cmd_cache = kmem_cache_create("scsi_tgt_cmd",
sizeof(struct scsi_tgt_cmd),
0, 0, NULL);
scsi_tgt_cmd_cache = KMEM_CACHE(scsi_tgt_cmd, 0);
if (!scsi_tgt_cmd_cache)
return -ENOMEM;

Expand Down

0 comments on commit adb7f9b

Please sign in to comment.