Citeren Ludovic Court�s <[EMAIL PROTECTED]>: > However, since gcc uses mmap () and since tarfs does not implement > netfs_S_io_map, that doesn't work. > > It uses a gzip and a bzip2 stores, ie. libstore modules that can be used > to transparently read and write gzip/bzip2 files, which were implemented > using zlib and libbz2. > > A very basic test suite (shell script) is included in the tarball. > However, tarfs *really* needs more testing. I would also be glad to get > some feedback about the code itself (caching, for instance, could probably > be implemented in a better way).
If you would use libdiskfs you would have io_map and caching without much extra work. What I know about tar is that it uses blocks and stores can be resized now... No reason not to use libdiskfs, right? _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
