patch-2.4.6 linux/fs/freevxfs/vxfs_inode.h
Next file: linux/fs/freevxfs/vxfs_lookup.c
Previous file: linux/fs/freevxfs/vxfs_inode.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Jun 27 17:10:55 2001
-  Orig file: 
v2.4.5/linux/fs/freevxfs/vxfs_inode.h
-  Orig date: 
Mon May 21 12:31:06 2001
diff -u --recursive --new-file v2.4.5/linux/fs/freevxfs/vxfs_inode.h linux/fs/freevxfs/vxfs_inode.h
@@ -30,7 +30,7 @@
 #ifndef _VXFS_INODE_H_
 #define _VXFS_INODE_H_
 
-#ident "$Id: vxfs_inode.h,v 1.14 2001/04/25 18:11:23 hch Exp hch $"
+#ident "$Id: vxfs_inode.h,v 1.15 2001/05/26 22:41:23 hch Exp hch $"
 
 /*
  * Veritas filesystem driver - inode structure.
@@ -77,7 +77,7 @@
 	vx_daddr_t		ve4_indir[VXFS_NIADDR];	/* Indirect extents */
 	struct direct {					/* Direct extents */
 		vx_daddr_t	extent;			/* Extent number */
-		u_int32_t	size;			/* Size of extent */
+		int32_t		size;			/* Size of extent */
 	} ve4_direct[VXFS_NDADDR];
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)