fsfreeze: Add tool

Add fsfreeze, a Linux-specific tool used to freeze/thaw writes to a
filesystem. It's an extremely simple tool so this should have full
feature-parity.
This commit is contained in:
Tuomas Tynkkynen
2025-01-04 14:27:06 +02:00
parent 257d142a5b
commit ca574b49d3
9 changed files with 192 additions and 0 deletions

View File

@@ -36,3 +36,7 @@ mod test_last;
#[cfg(feature = "dmesg")]
#[path = "by-util/test_dmesg.rs"]
mod test_dmesg;
#[cfg(feature = "fsfreeze")]
#[path = "by-util/test_fsfreeze.rs"]
mod test_fsfreeze;