~ubuntu-branches/ubuntu/trusty/iscsitarget/trusty

« back to all changes in this revision

Viewing changes to kernel/iscsi.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-01-29 08:56:31 UTC
  • Revision ID: james.westby@ubuntu.com-20080129085631-ma2vvy2dhpcnswj1
Tags: 0.4.15-5ubuntu1
Fix kernel source to build with 2.6.24.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1709
1709
                goto err;
1710
1710
 
1711
1711
        iscsi_cmnd_cache = kmem_cache_create("iscsi_cmnd", sizeof(struct iscsi_cmnd),
1712
 
                                             0, 0, NULL, NULL);
 
1712
                                             0, 0, NULL);
1713
1713
        if (!iscsi_cmnd_cache)
1714
1714
                goto err;
1715
1715