The `Synced<T>` struct is a wrapper over the `Ext2` struct. It guarantees thread safety through an `Arc` and a spinlock (`spin::Mutex`). The `fs::sync` mod provides Thread-safe versions of structs found in `fs`.
no_std