~yolanda.robla/ubuntu/saucy/iscsitarget/dep-8-tests

« back to all changes in this revision

Viewing changes to kernel/config.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-05-17 11:33:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080517113355-gzmh2h3dleqe1qno
Tags: 0.4.15+svn148-2.1ubuntu1
* Merge from debian unstable, remaining changes:
  - Update kernel modules to build for several architectures.
  - Fixed init script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        int i;
41
41
        struct proc_dir_entry *ent;
42
42
 
43
 
        if (!(proc_iet_dir = proc_mkdir("net/iet", 0)))
 
43
        if (!(proc_iet_dir = proc_mkdir("iet", init_net.proc_net)))
44
44
                goto err;
45
45
 
46
46
        proc_iet_dir->owner = THIS_MODULE;