From: Eric Sandeen Date: Wed, 30 Sep 2020 15:10:09 +0000 (-0400) Subject: mkfs.xfs: remove comment about needed future work X-Git-Tag: xfsprogs-5.9-fixes2_2020-10-10~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7afc993cb1dcb291c66af15aefc71145e34ad4e4;p=thirdparty%2Fxfsprogs-dev.git 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 Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index 1d370fa30..b049c59b6 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -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,