Andrew Morton 4ee218cd67 [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>
2006-03-27 08:44:58 -08:00
..
2006-03-26 08:57:09 -08:00
2006-03-25 08:22:52 -08:00
2006-03-27 08:44:50 -08:00
2006-03-26 08:57:08 -08:00
2006-03-24 07:33:24 -08:00
2006-03-27 08:44:51 -08:00
2006-03-27 08:44:58 -08:00
2006-03-25 08:22:52 -08:00
2006-03-27 08:44:52 -08:00
2006-03-23 07:38:16 -08:00
2006-03-24 18:23:14 +01:00