Re: [PATCH 2/4] meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID

2025-04-23 Thread Philippe Mathieu-Daudé
On 24/4/25 06:50, Akihiko Odaki wrote: CONFIG_STATX and CONFIG_STATX_MNT_ID are not used since commit 8ab5e8a503b5 ("virtiofsd: Remove build and docs glue"). since commit e0dc2631ec4 ("virtiofsd: Remove source"), otherwise: Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé

[PATCH 2/4] meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID

2025-04-23 Thread Akihiko Odaki
CONFIG_STATX and CONFIG_STATX_MNT_ID are not used since commit 8ab5e8a503b5 ("virtiofsd: Remove build and docs glue"). Signed-off-by: Akihiko Odaki --- meson.build | 10 -- 1 file changed, 10 deletions(-) diff --git a/meson.build b/meson.build index c0ecb6feab77..1a02cd89903b 100644 ---