diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index ecabf00829e2..a2b625e279db 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -4123,7 +4123,7 @@ int ext4_ext_map_blocks(handle_t *handle, struct inode *inode, | |||
4123 | */ | 4123 | */ |
4124 | map->m_flags &= ~EXT4_MAP_FROM_CLUSTER; | 4124 | map->m_flags &= ~EXT4_MAP_FROM_CLUSTER; |
4125 | newex.ee_block = cpu_to_le32(map->m_lblk); | 4125 | newex.ee_block = cpu_to_le32(map->m_lblk); |
4126 | cluster_offset = EXT4_LBLK_CMASK(sbi, map->m_lblk); | 4126 | cluster_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); |
4127 | 4127 | ||
4128 | /* | 4128 | /* |
4129 | * If we are doing bigalloc, check to see if the extent returned | 4129 | * If we are doing bigalloc, check to see if the extent returned |