block/meson.build: Restore alphabetical order of files
When commit 5e5733e5999 created block/meson.build, the list of unconditionally added files was in alphabetical order. Later commits added new files in random places. Reorder the list to be alphabetical again. (As for ordering foo.c against foo-*.c, there are both ways used currently; standardise on having foo.c first, even though this is different from the original commit 5e5733e5999.) Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-ID: <20230905130607.35134-2-kwolf@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
c3b29ae6b4
commit
9e03a5e195
@ -4,41 +4,41 @@ block_ss.add(files(
|
|||||||
'aio_task.c',
|
'aio_task.c',
|
||||||
'amend.c',
|
'amend.c',
|
||||||
'backup.c',
|
'backup.c',
|
||||||
'copy-before-write.c',
|
|
||||||
'blkdebug.c',
|
'blkdebug.c',
|
||||||
'blklogwrites.c',
|
'blklogwrites.c',
|
||||||
'blkverify.c',
|
'blkverify.c',
|
||||||
'block-backend.c',
|
'block-backend.c',
|
||||||
'block-copy.c',
|
'block-copy.c',
|
||||||
'graph-lock.c',
|
|
||||||
'commit.c',
|
'commit.c',
|
||||||
|
'copy-before-write.c',
|
||||||
'copy-on-read.c',
|
'copy-on-read.c',
|
||||||
'preallocate.c',
|
|
||||||
'progress_meter.c',
|
|
||||||
'create.c',
|
'create.c',
|
||||||
'crypto.c',
|
'crypto.c',
|
||||||
'dirty-bitmap.c',
|
'dirty-bitmap.c',
|
||||||
'filter-compress.c',
|
'filter-compress.c',
|
||||||
|
'graph-lock.c',
|
||||||
'io.c',
|
'io.c',
|
||||||
'mirror.c',
|
'mirror.c',
|
||||||
'nbd.c',
|
'nbd.c',
|
||||||
'null.c',
|
'null.c',
|
||||||
'plug.c',
|
'plug.c',
|
||||||
|
'preallocate.c',
|
||||||
|
'progress_meter.c',
|
||||||
'qapi.c',
|
'qapi.c',
|
||||||
|
'qcow2.c',
|
||||||
'qcow2-bitmap.c',
|
'qcow2-bitmap.c',
|
||||||
'qcow2-cache.c',
|
'qcow2-cache.c',
|
||||||
'qcow2-cluster.c',
|
'qcow2-cluster.c',
|
||||||
'qcow2-refcount.c',
|
'qcow2-refcount.c',
|
||||||
'qcow2-snapshot.c',
|
'qcow2-snapshot.c',
|
||||||
'qcow2-threads.c',
|
'qcow2-threads.c',
|
||||||
'qcow2.c',
|
|
||||||
'quorum.c',
|
'quorum.c',
|
||||||
'raw-format.c',
|
'raw-format.c',
|
||||||
'reqlist.c',
|
'reqlist.c',
|
||||||
'snapshot.c',
|
'snapshot.c',
|
||||||
'snapshot-access.c',
|
'snapshot-access.c',
|
||||||
'throttle-groups.c',
|
|
||||||
'throttle.c',
|
'throttle.c',
|
||||||
|
'throttle-groups.c',
|
||||||
'write-threshold.c',
|
'write-threshold.c',
|
||||||
), zstd, zlib, gnutls)
|
), zstd, zlib, gnutls)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user