]> Git Repo - linux.git/commit
jfs: agstart field must be 64 bits
authorDave Kleikamp <[email protected]>
Mon, 20 Jun 2011 22:53:24 +0000 (17:53 -0500)
committerDave Kleikamp <[email protected]>
Mon, 20 Jun 2011 22:53:24 +0000 (17:53 -0500)
commitecc90462b428db2ad2ee5081c45496ed10f3a633
tree58421f6cb08fcd3375f2fa3af13fccc9b0f0ee97
parentd31b53e3cd069e02290ed8a648aa8c7618d6fe77
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 <[email protected]>
fs/jfs/jfs_incore.h
This page took 0.054769 seconds and 4 git commands to generate.