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

Next file: linux/drivers/block/ataflop.c
Previous file: linux/drivers/atm/nicstar.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/block/acsi_slm.c linux/drivers/block/acsi_slm.c
@@ -1007,7 +1007,7 @@
 	BufferP = SLMBuffer;
 	SLMState = IDLE;
 	
-	devfs_handle = devfs_mk_dir (NULL, "slm", 3, NULL);
+	devfs_handle = devfs_mk_dir (NULL, "slm", NULL);
 	devfs_register_series (devfs_handle, "%u", MAX_SLM, DEVFS_FL_DEFAULT,
 			       MAJOR_NR, 0, S_IFCHR | S_IRUSR | S_IWUSR,
 			       &slm_fops, NULL);

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