aboutsummaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorDaniel Taylor <[email protected]>2010-03-23 13:35:50 -0700
committerLinus Torvalds <[email protected]>2010-03-24 16:31:22 -0700
commit3fbf586cf7f245392142e5407c2a56f1cff979b6 (patch)
treeb158129f5ed92f4be7e15afb9d1552e967bc4cc7 /lib/debugobjects.c
parentb5c26f97ec4a17c650055c83cfc1f2ee6d8818eb (diff)
fs/partitions/msdos: add support for large disks
In order to use disks larger than 2TiB on Windows XP, it is necessary to use 4096-byte logical sectors in an MBR. Although the kernel storage and functions called from msdos.c used "sector_t" internally, msdos.c still used u32 variables, which results in the ability to handle XP-compatible large disks. This patch changes the internal variables to "sector_t". Daniel said: "In the near future, WD will be releasing products that need this patch". [[email protected]: tweaks and fix] Signed-off-by: Daniel Taylor <[email protected]> Signed-off-by: OGAWA Hirofumi <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions