btrfs-progs: fix 6.3.2 change description regarding big endian hosts

The build is fine on BE but endianness was broken which prevents mkfs
and anything else on existing images.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-06-15 13:58:43 +02:00
parent 3139c26079
commit 316499ed79
1 changed files with 2 additions and 3 deletions

View File

@ -43,14 +43,13 @@ btrfs-progs-6.3.1 (2023-05-29)
btrfs-progs-6.3.2 (2023-06-15)
""""""""""""""""""""""""""""""
* build: fix build on big endian hosts
* fix mkfs and others on big endian hosts
* mkfs: don't print changed defaults notice with --quiet
* scrub: fix wrong stats of processed bytes in background and foreground mode
* convert: actually create free-space-tree instead of v1 space cache
* print-tree: recognize and print CHANGING_FSID_V2 flag (for the
metadata_uuid change in progress)
* other:
* documentation updates
* other: documentation updates
btrfs-progs-6.2 (2023-02-28)
----------------------------