linux/include/asm-powerpc
Takashi Sato a0f62ac636 [PATCH] 2TB files: add blkcnt_t
Add blkcnt_t as the type of inode.i_blocks.  This enables you to make the size
of blkcnt_t either 4 bytes or 8 bytes on 32 bits architecture with CONFIG_LSF.

- CONFIG_LSF
  Add new configuration parameter.
- blkcnt_t
  On h8300, i386, mips, powerpc, s390 and sh that define sector_t,
  blkcnt_t is defined as u64 if CONFIG_LSF is enabled; otherwise it is
  defined as unsigned long.
  On other architectures, it is defined as unsigned long.
- inode.i_blocks
  Change the type from sector_t to blkcnt_t.

Signed-off-by: Takashi Sato <sho@tnes.nec.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-26 08:57:00 -08:00
..
2005-10-11 09:59:38 +10:00
2006-01-09 14:49:54 +11:00
2005-09-28 15:42:53 +10:00
2006-01-08 20:13:39 -08:00
2005-11-08 12:20:34 +11:00
2006-03-08 14:15:04 -08:00
2006-01-10 08:01:40 -08:00
2006-02-15 15:32:22 -08:00
2006-03-09 14:32:05 +11:00
2006-01-09 14:49:01 +11:00
2005-10-31 13:37:12 +11:00
2005-11-03 16:24:25 +11:00
2005-11-07 13:18:13 +11:00
2005-11-03 16:02:23 +11:00
2006-03-25 09:41:40 -08:00
2005-11-01 14:36:55 +11:00
2005-10-12 08:24:47 -07:00
2005-11-06 16:56:47 -08:00
2006-03-26 08:57:00 -08:00
2005-11-03 16:59:17 +11:00
2005-09-21 19:21:09 +10:00