]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
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)
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

index 1d370fa30d31ce8ab068074d4d74fb7d0e1ec4b2..b049c59b60f1abfc3e6a78f2d33dd4b8e6b5a125 100644 (file)
@@ -3421,11 +3421,6 @@ prepare_devices(
 
 }
 
-/*
- * XXX: this code is mostly common with the kernel growfs code.
- * These initialisations should be pulled into libxfs to keep the
- * kernel/userspace header initialisation code the same.
- */
 static void
 initialise_ag_headers(
        struct mkfs_params      *cfg,