bug#71242: PR: src/stat.c - add magic for bcachefs

2024-05-28 Thread Pádraig Brady
On 28/05/2024 12:08, Paul Hedderly via GNU coreutils Bug Reports wrote: Currently stat does not know bcachefs $:~/gits/coreutils$ sudo stat -f -c %T / UNKNOWN (0xca451a4e) But it just needs to know that magic $:~/gits/coreutils$ sudo ./src/stat -f -c %T / bcachefs Please pull

bug#71242: PR: src/stat.c - add magic for bcachefs

2024-05-28 Thread Paul Hedderly via GNU coreutils Bug Reports
Currently stat does not know bcachefs $:~/gits/coreutils$ sudo stat -f -c %T / UNKNOWN (0xca451a4e) But it just needs to know that magic $:~/gits/coreutils$ sudo ./src/stat -f -c %T / bcachefs Please pull this small commit: https://github.com/coreutils/coreutils/commit/6da16c99ff0