Skip to content
Commit 01f49d0b authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: use ext4_lblk_t instead of sector_t for logical blocks



This fixes a number of places where we used sector_t instead of
ext4_lblk_t for logical blocks, which for ext4 are still 32-bit data
types.  No point wasting space in the ext4_inode_info structure, and
requiring 64-bit arithmetic on 32-bit systems, when it isn't
necessary.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f2321097
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment