You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor/test: bcachefs test improvements and ficlone rename
- test/COMMON: add SKIP=77 for Meson skip exit code
- test/test_bcachefs.sh: use pre-existing image from test dir instead of
creating one; skip if kernel bcachefs support or image is absent; guard
against stale mounts/loop devices and leftover files from previous runs
- .github/workflows/c-cpp.yml: add bcachefs image cache/download step
- test/rmw-bcachefs-test.img.sha256sum: add checksum file for CI caching
- man/rmw.1: add BTRFS AND BCACHEFS subsection under NOTES
- Rename want_btrfs_clone option to want_ficlone
- Rename HAVE_LINUX_BTRFS macro to HAVE_FICLONE
- Rename has_btrfs_header variable to has_linux_fs_header
- Rename src/btrfs.c and src/btrfs.h to src/ficlone.c and src/ficlone.h
- Rename is_btrfs() to is_ficlone_fs() and do_btrfs_clone() to do_ficlone()
- Rename is_btrfs struct field in st_waste to is_ficlone_fs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments