diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 2011dd27f8d6..30d718b3438f 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -1020,9 +1020,7 @@ static int trunc_end(struct gfs2_inode *ip) | |||
1020 | 1020 | ||
1021 | if (!ip->i_di.di_size) { | 1021 | if (!ip->i_di.di_size) { |
1022 | ip->i_height = 0; | 1022 | ip->i_height = 0; |
1023 | ip->i_di.di_goal_meta = | 1023 | ip->i_goal = ip->i_no_addr; |
1024 | ip->i_di.di_goal_data = | ||
1025 | ip->i_no_addr; | ||
1026 | gfs2_buffer_clear_tail(dibh, sizeof(struct gfs2_dinode)); | 1024 | gfs2_buffer_clear_tail(dibh, sizeof(struct gfs2_dinode)); |
1027 | } | 1025 | } |
1028 | ip->i_inode.i_mtime = ip->i_inode.i_ctime = CURRENT_TIME; | 1026 | ip->i_inode.i_mtime = ip->i_inode.i_ctime = CURRENT_TIME; |