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
..
2006-03-22 15:04:23 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-02-24 14:06:02 +11:00
2006-01-13 21:18:50 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 14:49:54 +11:00
2006-01-09 15:13:08 +11:00
2006-01-08 20:13:39 -08:00
2006-01-09 15:13:08 +11:00
2006-02-08 01:03:46 -05:00
2006-03-22 15:04:15 +11:00
2006-02-24 14:05:56 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-02-07 20:56:35 -05:00
2006-01-09 15:13:08 +11:00
2006-01-10 15:28:32 +11:00
2006-03-08 14:14:00 -08:00
2006-01-14 10:11:39 +11:00
2006-03-22 15:04:17 +11:00
2006-01-09 15:13:08 +11:00
2006-01-13 21:18:50 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:14:05 +11:00
2006-01-13 20:56:38 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-12 20:09:30 +11:00
2006-02-24 14:05:56 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 14:52:21 +11:00
2006-03-08 14:15:04 -08:00
2006-01-09 15:13:08 +11:00
2006-01-10 08:01:40 -08:00
2006-03-22 15:04:30 +11:00
2006-01-17 17:18:25 -08:00
2006-01-09 15:44:32 +11:00
2006-01-09 15:13:08 +11:00
2006-02-15 15:32:22 -08:00
2006-01-09 15:13:08 +11:00
2006-03-22 15:04:30 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:59:19 -08:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:14:05 +11:00
2006-01-09 15:13:08 +11:00
2006-02-24 14:05:56 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00
2006-01-11 16:27:21 +11:00
2006-01-09 15:13:08 +11:00
2006-01-11 14:49:24 +11:00
2006-01-12 20:09:30 +11:00
2006-01-09 14:51:08 +11:00
2006-03-23 07:38:17 -08:00
2006-02-17 13:59:27 -08:00
2006-03-09 14:32:05 +11:00
2006-01-09 15:13:08 +11:00
2006-03-22 22:20:46 -08:00
2006-01-09 15:47:18 +11:00
2006-01-09 15:47:18 +11:00
2006-02-01 08:53:10 -08:00
2006-01-09 15:13:08 +11:00
2006-03-25 08:22:56 -08:00
2006-02-24 14:05:56 +11:00
2006-03-16 16:55:07 +11:00
2006-03-22 15:04:17 +11:00
2006-03-17 13:21:09 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 14:49:01 +11:00
2006-02-24 11:36:31 +11:00
2006-01-11 14:48:26 +11:00
2006-02-10 16:53:51 +11:00
2006-01-09 15:14:05 +11:00
2006-01-09 15:13:08 +11:00
2006-01-10 16:19:05 +11:00
2006-01-09 15:13:08 +11:00
2006-02-07 22:05:14 -08:00
2006-01-09 15:13:08 +11:00
2006-01-13 21:18:50 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:44:57 +11:00
2006-03-25 09:41:40 -08:00
2006-02-24 14:06:00 +11:00
2006-03-22 15:04:25 +11:00
2006-01-09 15:13:08 +11:00
2006-03-08 13:24:22 +11:00
2006-02-24 14:05:56 +11:00
2006-01-09 15:13:08 +11:00
2006-01-12 09:08:50 -08:00
2006-03-26 08:57:00 -08:00
2006-01-11 14:48:26 +11:00
2006-02-10 16:34:54 +11:00
2006-01-09 15:13:08 +11:00
2006-01-09 15:13:08 +11:00