]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs.xfs: remove comment about needed future work
authorEric Sandeen <sandeen@redhat.com>
Wed, 30 Sep 2020 15:10:09 +0000 (11:10 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 30 Sep 2020 15:10:09 +0000 (11:10 -0400)
commit7afc993cb1dcb291c66af15aefc71145e34ad4e4
treec19814c14ee62e52d48bf1740860ec64066d0f8c
parente8e72c93b0810202630271aa64fcbe26e7baa34a
mkfs.xfs: remove comment about needed future work

Remove comment about the need to sync this function with the
kernel; that was mostly taken care of with:

7b7548052 ("mkfs: use libxfs to write out new AGs")

There's maybe a little more samey-samey that we could do here,
but it's not egregiously cut & pasted as it was before.

Fixes: 7b7548052d12 ("mkfs: use libxfs to write out new AGs")
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
mkfs/xfs_mkfs.c