diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-05 07:00:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-05 07:00:49 -0600 |
| commit | c1bd6716bd53cb4270eeb032f150ac2c7c1a8f96 (patch) | |
| tree | 9688880bdc4d141211a000bcf1769b926dd0212c /src/ops/mod.rs | |
| parent | b424e909fb65eb5c77a4ba4082492b11278103d4 (diff) | |
Implement Mkdir
Diffstat (limited to 'src/ops/mod.rs')
| -rw-r--r-- | src/ops/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops/mod.rs b/src/ops/mod.rs index 3e64b97..ad019e3 100644 --- a/src/ops/mod.rs +++ b/src/ops/mod.rs @@ -12,7 +12,7 @@ use bytemuck::{bytes_of, Pod}; pub mod traits; pub use dir::{BufferedReaddir, Lookup, Readdir}; -pub use entry::{Forget, Getattr}; +pub use entry::{Forget, Getattr, Mkdir}; pub use global::{Init, Statfs}; pub use open::{Access, Open, Opendir, Release, Releasedir}; pub use rw::{Flush, Read, Readlink, Write}; |
