diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 42211105c3f83622aca6da5fe7df56be9ee10bfd..39c8ae23bd9c04a8b47b0cec2a371a597b5a2450 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c @@ -245,7 +245,6 @@ static void inode_go_inval(struct gfs2_glock *gl, int flags) if (ip && S_ISREG(ip->i_inode.i_mode)) { truncate_inode_pages(ip->i_inode.i_mapping, 0); - gfs2_assert_withdraw(GFS2_SB(&ip->i_inode), !ip->i_inode.i_mapping->nrpages); clear_bit(GIF_PAGED, &ip->i_flags); } }