From: Dave Kleikamp Date: Mon, 20 Jun 2011 22:53:24 +0000 (-0500) Subject: jfs: agstart field must be 64 bits X-Git-Tag: v3.0-rc5~45^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc90462b428db2ad2ee5081c45496ed10f3a633;p=pandora-kernel.git 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 --- Reading git-diff-tree failed