From 7afc993cb1dcb291c66af15aefc71145e34ad4e4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 30 Sep 2020 11:10:09 -0400 Subject: [PATCH] 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 --- mkfs/xfs_mkfs.c | 5 ----- 1 file changed, 5 deletions(-) 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, -- 2.47.2