Add DMAR device definition
This commit is contained in:
parent
2095de83e8
commit
25dc44b348
4 changed files with 103 additions and 2 deletions
|
@ -600,7 +600,6 @@ impl SchemeMut for Tcpd {
|
|||
}
|
||||
|
||||
fn close(&mut self, file: usize) -> Result<usize> {
|
||||
|
||||
let closed = {
|
||||
let mut handle = self.handles.get_mut(&file).ok_or(Error::new(EBADF))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue