Commit ecc90462b428db2ad2ee5081c45496ed10f3a633

Authored by Dave Kleikamp
1 parent d31b53e3cd

jfs: agstart field must be 64 bits

The previous patch added the agstart field to jfs_ip, but declared
it a long.  We need to make sure its 64 bits on every platform.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -50,7 +50,7 @@
50 50 short btindex; /* btpage entry index*/
51 51 struct inode *ipimap; /* inode map */
52 52 unsigned long cflag; /* commit flags */
53   - long agstart; /* agstart of the containing IAG */
  53 + u64 agstart; /* agstart of the containing IAG */
54 54 u16 bxflag; /* xflag of pseudo buffer? */
55 55 unchar pad;
56 56 signed char active_ag; /* ag currently allocating from */