patch-2.1.37 linux/include/linux/affs_fs_sb.h

Next file: linux/include/linux/affs_hardblocks.h
Previous file: linux/include/linux/affs_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.36/linux/include/linux/affs_fs_sb.h linux/include/linux/affs_fs_sb.h
@@ -15,8 +15,8 @@
 
 struct affs_bm_info {
 	struct buffer_head *bm_bh;	/* Buffer head if loaded (bm_count > 0) */
-	int bm_firstblk;		/* Block number of first bit in this map */
-	int bm_key;			/* Disk block number */
+	s32 bm_firstblk;		/* Block number of first bit in this map */
+	s32 bm_key;			/* Disk block number */
 	int bm_count;			/* Usage counter */
 };
 
@@ -37,11 +37,11 @@
 
 struct affs_sb_info {
 	int s_partition_size;		/* Partition size in blocks. */
-	int s_root_block;		/* FFS root block number. */
+	s32 s_root_block;		/* FFS root block number. */
 	int s_hashsize;			/* Size of hash table. */
 	unsigned long s_flags;		/* See below. */
-	short s_uid;			/* uid to override */
-	short s_gid;			/* gid to override */
+	s16 s_uid;			/* uid to override */
+	s16 s_gid;			/* gid to override */
 	umode_t s_mode;			/* mode to override */
 	int s_reserved;			/* Number of reserved blocks. */
 	struct buffer_head *s_root_bh;	/* Cached root block. */

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