summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-03-27 09:17:48 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-27 16:44:58 (GMT)
commit4ee218cd67b385759993a6c840ea45f0ee0a8b30 (patch)
tree788d33b31e9d008eeb2de2a7f874e45b09695719 /ipc
parent930d332a23682202c07df0276dd665a57755b37d (diff)
downloadlinux-fsl-qoriq-4ee218cd67b385759993a6c840ea45f0ee0a8b30.tar.xz
[PATCH] dm: remove SECTOR_FORMAT
We don't know what type sector_t has. Sometimes it's unsigned long, sometimes it's unsigned long long. For example on ppc64 it's unsigned long with CONFIG_LBD=n and on x86_64 it's unsigned long long with CONFIG_LBD=n. The way to handle all of this is to always use unsigned long long and to always typecast the sector_t when printing it. Acked-by: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions