jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
authorJan Kara <jack@suse.cz>
Mon, 3 Aug 2009 17:21:00 +0000 (19:21 +0200)
committerJan Kara <jack@suse.cz>
Wed, 16 Sep 2009 15:44:10 +0000 (17:44 +0200)
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 <jack@suse.cz>

No differences found