mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add fsysclose for ext2
This commit is contained in:
parent
e6b0276e7d
commit
a51dffd3f2
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ fsysopenext2(Disk *disk)
|
|||
fsys->_readfile = ext2readfile;
|
||||
fsys->_readlink = ext2readlink;
|
||||
fsys->_readdir = ext2readdir;
|
||||
fsys->_close = ext2close;
|
||||
|
||||
if(ext2sync(fsys) < 0)
|
||||
goto error;
|
||||
|
|
Loading…
Reference in a new issue