diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-06 21:45:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-06 21:45:43 -0600 |
| commit | 0f45ef90df6d036aec2077b702fdf465f61c16d6 (patch) | |
| tree | 0abaef4cf55aa8aecc3ae985858bf870f6836e01 /src/ops/mod.rs | |
| parent | f0e7c0997553ab356d5aa683d5322ab2de575188 (diff) | |
Implement Bmap
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 010f488..d16a761 100644 --- a/src/ops/mod.rs +++ b/src/ops/mod.rs @@ -14,7 +14,7 @@ pub mod traits; pub use dir::{BufferedReaddir, Lookup, Readdir}; pub use entry::{Link, Mkdir, Rmdir, Symlink, Unlink}; pub use global::{Init, Statfs}; -pub use inode::{Forget, Getattr}; +pub use inode::{Bmap, Forget, Getattr}; pub use open::{Access, Create, Open, Opendir, Release, Releasedir}; pub use rw::{Flush, Fsync, Fsyncdir, Read, Readlink, Write}; pub use xattr::{Getxattr, Listxattr, Removexattr, Setxattr}; |
