patch-2.3.30 linux/drivers/block/cpqarray.c

Next file: linux/drivers/block/ide-cd.c
Previous file: linux/drivers/block/DAC960.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/drivers/block/cpqarray.c linux/drivers/block/cpqarray.c
@@ -223,7 +223,7 @@
 static void __init ida_procinit(int i)
 {
 	if (proc_array == NULL) {
-		proc_array = create_proc_entry("driver/array", S_IFDIR, NULL);
+		proc_array = proc_mkdir("driver/array", NULL);
 		if (!proc_array) return;
 	}
 

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