patch-2.4.0-test9 linux/fs/devices.c

Next file: linux/fs/dnotify.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/fs/devices.c linux/fs/devices.c
@@ -36,9 +36,7 @@
 };
 
 static rwlock_t chrdevs_lock = RW_LOCK_UNLOCKED;
-static struct device_struct chrdevs[MAX_CHRDEV] = {
-	{ NULL, NULL },
-};
+static struct device_struct chrdevs[MAX_CHRDEV];
 
 extern int get_blkdev_list(char *);
 

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