|
@@ -1040,7 +1040,7 @@ static int trunc_start(struct gfs2_inode *ip, u64 size)
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
if (gfs2_is_stuffed(ip)) {
|
|
if (gfs2_is_stuffed(ip)) {
|
|
- u64 dsize = size + sizeof(struct gfs2_inode);
|
|
|
|
|
|
+ u64 dsize = size + sizeof(struct gfs2_dinode);
|
|
ip->i_disksize = size;
|
|
ip->i_disksize = size;
|
|
ip->i_inode.i_mtime = ip->i_inode.i_ctime = CURRENT_TIME;
|
|
ip->i_inode.i_mtime = ip->i_inode.i_ctime = CURRENT_TIME;
|
|
gfs2_trans_add_bh(ip->i_gl, dibh, 1);
|
|
gfs2_trans_add_bh(ip->i_gl, dibh, 1);
|