]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Fix coda/devfs oops
authorJan Harkes <jaharkes@cs.cmu.edu>
Tue, 15 Apr 2003 15:51:35 +0000 (08:51 -0700)
committerJeff Garzik <jgarzik@hum.(none)>
Tue, 15 Apr 2003 15:51:35 +0000 (08:51 -0700)
The problem is caused by the devfs_mk_dir simplification that went in a
couple of weeks ago that didn't update one of the coda call-sites.

fs/coda/psdev.c

index 612a34921c95eb7dbea5482d1df3d745950c1a33..365184198f87297c1943192731f3124c46c2a534 100644 (file)
@@ -371,7 +371,7 @@ static int init_coda_psdev(void)
                     CODA_PSDEV_MAJOR);
               return -EIO;
        }
-       devfs_mk_dir (NULL, "coda", NULL);
+       devfs_mk_dir ("coda");
        for (i = 0; i < MAX_CODADEVS; i++) {
                char name[16];
                sprintf(name, "coda/%d", i);