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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user