patch-2.1.122 linux/include/linux/sysv_fs_i.h

Next file: linux/include/linux/sysv_fs_sb.h
Previous file: linux/include/linux/sysv_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.121/linux/include/linux/sysv_fs_i.h linux/include/linux/sysv_fs_i.h
@@ -5,11 +5,11 @@
  * SystemV/Coherent FS inode data in memory
  */
 struct sysv_inode_info {
-	unsigned long i_data[10+1+1+1];	/* zone numbers: max. 10 data blocks,
-					 * then 1 indirection block,
-					 * then 1 double indirection block,
-					 * then 1 triple indirection block.
-					 */
+	u32 i_data[10+1+1+1];	/* zone numbers: max. 10 data blocks,
+				 * then 1 indirection block,
+				 * then 1 double indirection block,
+				 * then 1 triple indirection block.
+				 */
 };
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov