[PATCH] ext4: 48bit physical block number support in extents

Signed-off-by: Alex Tomas <alex@clusterfs.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alex Tomas 2006-10-11 01:21:05 -07:00 committed by Linus Torvalds
commit f65e6fba16
3 changed files with 116 additions and 81 deletions

View file

@ -108,7 +108,7 @@ struct ext4_extent_header {
* truncate uses it to simulate recursive walking
*/
struct ext4_ext_path {
__u32 p_block;
ext4_fsblk_t p_block;
__u16 p_depth;
struct ext4_extent *p_ext;
struct ext4_extent_idx *p_idx;