]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: rename the agfl index loop variable in build_agf_agfl
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 10 Jul 2020 19:35:45 +0000 (15:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 10 Jul 2020 19:35:45 +0000 (15:35 -0400)
commit3acf0068392cbd28b7d425a6f89422f8a5768977
tree48344b92faa9888ae6a60057dffca84ed5dcd373
parent982066652b87ef51f6e185c2e76bf85382d9c2a6
xfs_repair: rename the agfl index loop variable in build_agf_agfl

The variable 'i' is used to index the AGFL block list, so change the
name to make it clearer what this is to be used for.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/phase5.c