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:
parent
3139c26079
commit
316499ed79
5
CHANGES
5
CHANGES
|
@ -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)
|
||||
----------------------------
|
||||
|
|
Loading…
Reference in New Issue