zyxhere💭

Results 2 issues of zyxhere💭

### ⚙️ Issue Checklist - [x] I have read the guidelines. - [x] I checked for duplicate issues. - [x] I searched for existing discussions. - [x] I checked for...

enhancement

Steps to reproduce: ``` wget https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.16.tar.xz tar xf btrfs-progs* export CFLAGS="-O2 -flto=auto -fuse-ld=mold" export LDFLAGS=$CFLAGS cd btrfs-progs* ./configure --disable-lzo --disable-documentation --disable-libudev --disable-zstd ``` See errors: ``` gcc -o btrfs-corrupt-block kernel-lib/list_sort.o...