git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19003c1
)
jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
author
Jan Kara
<jack@suse.cz>
Mon, 3 Aug 2009 17:21:00 +0000
(19:21 +0200)
committer
Jan 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