patch-2.1.102 linux/include/linux/fs.h
Next file: linux/include/linux/ip_fw.h
Previous file: linux/include/linux/capability.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu May 14 14:37:47 1998
-  Orig file: 
v2.1.101/linux/include/linux/fs.h
-  Orig date: 
Fri May  8 23:14:56 1998
diff -u --recursive --new-file v2.1.101/linux/include/linux/fs.h linux/include/linux/fs.h
@@ -40,8 +40,8 @@
 #define NR_OPEN 1024
 
 #define NR_SUPER 64
-#define BLOCK_SIZE 1024
 #define BLOCK_SIZE_BITS 10
+#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
 
 /* And dynamically-tunable limits and defaults: */
 extern int max_inodes;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov