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)
commit9c28cbccec66a5ca292c6659bf5a0fe0c8459fa7
treed43540ca30413ac8b3717e29f15ccbbe789a76c5
parent19003c18e9b41f5c3aeb81c92356f90958e1f22f
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 <jack@suse.cz>
fs/jbd/checkpoint.c
fs/jbd/commit.c
fs/jbd/journal.c
fs/jbd/recovery.c
fs/jbd/revoke.c
include/linux/jbd.h