patch-1.3.94 linux/fs/super.c
Next file: linux/fs/ufs/Makefile
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Mon Apr 22 10:59:39 1996
 -  Orig file: 
v1.3.93/linux/fs/super.c
 -  Orig date: 
Sun Apr 21 12:39:02 1996
 
diff -u --recursive --new-file v1.3.93/linux/fs/super.c linux/fs/super.c
@@ -540,7 +540,7 @@
  * filesystems which don't use real block-devices.  -- jrs
  */
 
-static unsigned int unnamed_dev_in_use[256/32] = { 0, };
+static unsigned int unnamed_dev_in_use[256/(8*sizeof(unsigned int))] = { 0, };
 
 kdev_t get_unnamed_dev(void)
 {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this