diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-23 09:40:30 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-23 09:40:30 -0500 |
| commit | c82761fe3352294ef644a9b614cc2677f8f2e339 (patch) | |
| tree | 63bead431a428c683b2f12c35e415332b53070b7 /docs | |
| parent | 98fc424f7edb26314ffe124d3bc24549146a06d5 (diff) | |
| download | archangel-c82761fe3352294ef644a9b614cc2677f8f2e339.tar.gz archangel-c82761fe3352294ef644a9b614cc2677f8f2e339.zip | |
refactor: drop the dead duplicate disk_in_use from common.sh
common.sh and disk.sh both defined disk_in_use. archangel sources common.sh first, then disk.sh, so disk.sh's thorough version (mount, active swap, imported zpool, md array) won at runtime everywhere — including list_available_disks, the common.sh function that calls it. common.sh's older mount-and-holders version was dead.
I deleted it. list_available_disks now resolves disk_in_use to disk.sh's, which is what already happened at runtime. The disk.sh unit tests cover the surviving version. Suite stays at 245, lint clean.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
