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
- Lines: 11
- Date:
Sun Oct 1 20:35:16 2000
- Orig file:
v2.4.0-test8/linux/fs/devices.c
- Orig date:
Fri Jul 28 12:39:00 2000
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)