patch-2.4.0-test3 linux/drivers/block/loop.c

Next file: linux/drivers/block/lvm-snap.c
Previous file: linux/drivers/block/ll_rw_blk.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/block/loop.c linux/drivers/block/loop.c
@@ -782,7 +782,7 @@
 		       MAJOR_NR);
 		return -EIO;
 	}
-	devfs_handle = devfs_mk_dir (NULL, "loop", 0, NULL);
+	devfs_handle = devfs_mk_dir (NULL, "loop", NULL);
 	devfs_register_series (devfs_handle, "%u", max_loop, DEVFS_FL_DEFAULT,
 			       MAJOR_NR, 0,
 			       S_IFBLK | S_IRUSR | S_IWUSR | S_IRGRP,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)