oops, cleanup

pull/916/head
Addison Crump 6 months ago
parent 932cef84b9
commit 5af269d827
No known key found for this signature in database
GPG Key ID: D495C2DF24C779B2

@ -2,9 +2,7 @@ use core::{cell::UnsafeCell, marker::PhantomData, mem, ptr::NonNull};
use aya_ebpf_bindings::{ use aya_ebpf_bindings::{
bindings::{ bindings::{
bpf_map_def, bpf_map_def, bpf_map_type::BPF_MAP_TYPE_INODE_STORAGE, BPF_LOCAL_STORAGE_GET_F_CREATE,
bpf_map_type::{BPF_MAP_TYPE_HASH, BPF_MAP_TYPE_INODE_STORAGE},
BPF_LOCAL_STORAGE_GET_F_CREATE,
}, },
helpers::{bpf_inode_storage_delete, bpf_inode_storage_get}, helpers::{bpf_inode_storage_delete, bpf_inode_storage_get},
}; };

Loading…
Cancel
Save