From: Jan Kara Date: Mon, 3 Aug 2009 17:21:00 +0000 (+0200) Subject: jbd: Journal block numbers can ever be only 32-bit use unsigned int for them X-Git-Tag: v2.6.32-rc1~647^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c28cbccec66a5ca292c6659bf5a0fe0c8459fa7;p=pandora-kernel.git jbd: Journal block numbers can ever be only 32-bit use unsigned int for them It does not make sense to store block number for journal as unsigned long since they can be only 32-bit (because of on-disk format limitation). So change in-memory structures and variables to use unsigned int instead. Signed-off-by: Jan Kara --- Reading git-diff-tree failed