Skip to content

Commit 1604055

Browse files
akihikodakiMichael Tokarev
authored andcommitted
meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
CONFIG_STATX and CONFIG_STATX_MNT_ID are not used since commit e0dc263 ("virtiofsd: Remove source"). Cc: [email protected] Signed-off-by: Akihiko Odaki <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Tested-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> (cherry picked from commit 6804b89) Signed-off-by: Michael Tokarev <[email protected]>
1 parent 7bff88a commit 1604055

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

meson.build

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,14 +2191,6 @@ gnu_source_prefix = '''
21912191
#endif
21922192
'''
21932193

2194-
# Check whether the glibc provides STATX_BASIC_STATS
2195-
2196-
has_statx = cc.has_header_symbol('sys/stat.h', 'STATX_BASIC_STATS', prefix: gnu_source_prefix)
2197-
2198-
# Check whether statx() provides mount ID information
2199-
2200-
has_statx_mnt_id = cc.has_header_symbol('sys/stat.h', 'STATX_MNT_ID', prefix: gnu_source_prefix)
2201-
22022194
have_vhost_user_blk_server = get_option('vhost_user_blk_server') \
22032195
.require(host_os == 'linux',
22042196
error_message: 'vhost_user_blk_server requires linux') \
@@ -2560,8 +2552,6 @@ config_host_data.set('CONFIG_CRYPTO_SM3', crypto_sm3.found())
25602552
config_host_data.set('CONFIG_HOGWEED', hogweed.found())
25612553
config_host_data.set('CONFIG_QEMU_PRIVATE_XTS', xts == 'private')
25622554
config_host_data.set('CONFIG_MALLOC_TRIM', has_malloc_trim)
2563-
config_host_data.set('CONFIG_STATX', has_statx)
2564-
config_host_data.set('CONFIG_STATX_MNT_ID', has_statx_mnt_id)
25652555
config_host_data.set('CONFIG_ZSTD', zstd.found())
25662556
config_host_data.set('CONFIG_QPL', qpl.found())
25672557
config_host_data.set('CONFIG_UADK', uadk.found())

0 commit comments

Comments
 (0)