Re: Dropping mmap from the virtual file system

2005-02-28 Thread Jindrich Makovicka
Roland Illig wrote: And here's the patch to do it. Note that mc is still using mmap(), but not in the virtual file system. It does not lose any functionality, just code size. If it makes mc loading the whole file into memory, it _totally_ sucks. A few years ago I had a NTFS partition, which

Dropping mmap from the virtual file system

2005-02-27 Thread Roland Illig
Hi all, I would like to drop the mmap() and munmap() methods from the vfs code. The only place where it is used is the internal viewer, which I would rewrite if you agree. Roland ___ Mc-devel mailing list

Re: Dropping mmap from the virtual file system

2005-02-27 Thread Leonard den Ottolander
Hi Roland, I would like to drop the mmap() and munmap() methods from the vfs code. Why? Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel