fn drop_fh()

in src/fs.rs [123:125]


    fn drop_fh(&self, fh: u64) {
        let _ = self.file_handles.write().unwrap().remove(&fh);
    }