aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ext4_fs_extents.h
diff options
context:
space:
mode:
authorAlex Tomas <alex@clusterfs.com>2006-10-11 01:21:05 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-11 11:14:16 -0700
commitf65e6fba163dfd0f962efb7d8f5528b6872e2b15 (patch)
tree75ee824ba0e97038754f0732c458c689c04a4182 /include/linux/ext4_fs_extents.h
parent[PATCH] ext4: switch fsblk to sector_t (diff)
downloadlinux-dev-f65e6fba163dfd0f962efb7d8f5528b6872e2b15.tar.xz
linux-dev-f65e6fba163dfd0f962efb7d8f5528b6872e2b15.zip
[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>
Diffstat (limited to 'include/linux/ext4_fs_extents.h')
-rw-r--r--include/linux/ext4_fs_extents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ext4_fs_extents.h b/include/linux/ext4_fs_extents.h
index 8029879e29e2..facc76684d4f 100644
--- a/include/linux/ext4_fs_extents.h
+++ b/include/linux/ext4_fs_extents.h
@@ -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;