Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd fsysclose for ext2 - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit a51dffd3f20b09f75f04cbc964ae9bf2afe5d3b4
parent e6b0276e7d05a843e2a4d1ae231aebd6ebe09d0e
Author: rsc <devnull@localhost>
Date: Mon, 20 Nov 2006 23:11:45 +0000
add fsysclose for ext2
Diffstat:
M src/libdiskfs/ext2.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/src/libdiskfs/ext2.c b/src/libdiskfs/ext2.c
t@@ -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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.