PATCH 2.4.0.2.10: fix compile in fs/partition/check.c

From: Jeff Garzik (jgarzik@mandrakesoft.com)
Date: Thu Jun 22 2000 - 10:01:19 EST


Looks like check.c got missed in the test2-pre10 devfs update... I
needed this to compile.

        Jeff

-- 
Jeff Garzik              |
Building 1024            | Free beer tomorrow.
MandrakeSoft, Inc.       |

--- /spare/cvs/linux_2_3/fs/partitions/check.c Thu Jun 22 08:24:53 2000 +++ linux/fs/partitions/check.c Thu Jun 22 10:57:31 2000 @@ -349,8 +349,8 @@ devfs_mk_symlink (devfs_handle, symlink, 0, DEVFS_FL_DEFAULT, dirname + pos, 0, &slave, NULL); dev->part[minor].de = - devfs_register (dir, "disc", 4, devfs_flags, dev->major, minor, - S_IFBLK | S_IRUSR | S_IWUSR, 0, 0, dev->fops,NULL); + devfs_register (dir, "disc", devfs_flags, dev->major, minor, + S_IFBLK | S_IRUSR | S_IWUSR, dev->fops, NULL); devfs_auto_unregister (dev->part[minor].de, slave); if (!dev->de_arr) devfs_auto_unregister (slave, dir);

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:24 EST