diff options
| author | Andrew Morton <akpm@digeo.com> | 2002-10-08 18:37:30 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-10-08 18:37:30 -0700 |
| commit | 6179fd182aac68edacdf20dd0c264d64bce8410e (patch) | |
| tree | 44dbc23c94879f0cdbf4d957f93a27c1e43dfbfc /include/linux/raid/md.h | |
| parent | be48ef9e5c863cdb1296c33fddf8e87849e67068 (diff) | |
[PATCH] 64-bit sector_t - driver changes
From Peter Chubb
Compaq Smart array sector_t cleanup: prepare for possible 64-bit sector_t
Clean up loop device to allow huge backing files.
MD transition to 64-bit sector_t.
- Hold sizes and offsets as sector_t not int;
- use 64-bit arithmetic if necessary to map block-in-raid to zone
and block-in-zone
Diffstat (limited to 'include/linux/raid/md.h')
| -rw-r--r-- | include/linux/raid/md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h index e8acacc1adb2..ff0538dae18c 100644 --- a/include/linux/raid/md.h +++ b/include/linux/raid/md.h @@ -60,7 +60,7 @@ #define MD_MINOR_VERSION 90 #define MD_PATCHLEVEL_VERSION 0 -extern int md_size[MAX_MD_DEVS]; +extern sector_t md_size[MAX_MD_DEVS]; extern inline char * bdev_partition_name (struct block_device *bdev) { |
