diff options
Diffstat (limited to 'fs/ocfs2/move_extents.c')
-rw-r--r-- | fs/ocfs2/move_extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/move_extents.c b/fs/ocfs2/move_extents.c index 452068b45749..415928536c5e 100644 --- a/fs/ocfs2/move_extents.c +++ b/fs/ocfs2/move_extents.c | |||
@@ -845,7 +845,7 @@ static int __ocfs2_move_extents_range(struct buffer_head *di_bh, | |||
845 | struct ocfs2_move_extents *range = context->range; | 845 | struct ocfs2_move_extents *range = context->range; |
846 | struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); | 846 | struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); |
847 | 847 | ||
848 | if ((inode->i_size == 0) || (range->me_len == 0)) | 848 | if ((i_size_read(inode) == 0) || (range->me_len == 0)) |
849 | return 0; | 849 | return 0; |
850 | 850 | ||
851 | if (OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL) | 851 | if (OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL) |