From: Chandan Babu R Date: Mon, 5 Apr 2021 22:32:52 +0000 (-0400) Subject: xfs: Remove duplicate assert statement in xfs_bmap_btalloc() X-Git-Tag: v5.12.0-rc0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3f87a3a74f348421c5bf6848a1c1cd1905b607;p=thirdparty%2Fxfsprogs-dev.git xfs: Remove duplicate assert statement in xfs_bmap_btalloc() Source kernel commit: aff4db57d510082f11194ca915d8101463c92d46 The check for verifying if the allocated extent is from an AG whose index is greater than or equal to that of tp->t_firstblock is already done a couple of statements earlier in the same function. Hence this Reviewed-by: Allison Henderson Reviewed-by: Darrick J. Wong Signed-off-by: Chandan Babu R Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_bmap.c b/libxfs/xfs_bmap.c index e9c9f4510..836e5a5e2 100644 --- a/libxfs/xfs_bmap.c +++ b/libxfs/xfs_bmap.c @@ -3692,7 +3692,6 @@ xfs_bmap_btalloc( ap->blkno = args.fsbno; if (ap->tp->t_firstblock == NULLFSBLOCK) ap->tp->t_firstblock = args.fsbno; - ASSERT(nullfb || fb_agno <= args.agno); ap->length = args.len; /* * If the extent size hint is active, we tried to round the