diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ocfs2/extent_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/extent_map.c b/fs/ocfs2/extent_map.c index 4bf2b763467f..767370b656ca 100644 --- a/fs/ocfs2/extent_map.c +++ b/fs/ocfs2/extent_map.c | |||
@@ -781,7 +781,6 @@ int ocfs2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, | |||
781 | cpos = map_start >> osb->s_clustersize_bits; | 781 | cpos = map_start >> osb->s_clustersize_bits; |
782 | mapping_end = ocfs2_clusters_for_bytes(inode->i_sb, | 782 | mapping_end = ocfs2_clusters_for_bytes(inode->i_sb, |
783 | map_start + map_len); | 783 | map_start + map_len); |
784 | mapping_end -= cpos; | ||
785 | is_last = 0; | 784 | is_last = 0; |
786 | while (cpos < mapping_end && !is_last) { | 785 | while (cpos < mapping_end && !is_last) { |
787 | u32 fe_flags; | 786 | u32 fe_flags; |