diff options
| author | Jeff Mahoney <[email protected]> | 2007-10-18 23:39:25 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-10-19 11:53:35 -0700 |
| commit | 3ee1667042c350003b9d3f35e5666cc8c43ce8aa (patch) | |
| tree | 331217461b684c298397d7347431c500c5969148 /include/linux/errqueue.h | |
| parent | 6c57c2c8d3862c8d5b908669654f6565da74ec19 (diff) | |
reiserfs: fix usage of signed ints for block numbers
Do a quick signedness check for block numbers. There are a number of places
where signed integers are used for block numbers, which limits the usable file
system size to 8 TiB. The disk format, excepting a problem which will be
fixed in the following patch, supports file systems up to 16 TiB in size.
This patch cleans up those sites so that we can enable the full usable size.
Signed-off-by: Jeff Mahoney <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions