Hi Al, On Wed, 26 Dec 2001, Alexander Viro wrote: > What's more, quite a few ramfs methods are good candidates for > library functions, since they are already shared with other > filesystems and number of such cases is going to grow. Comments on the following set of patches? 1) Add a removepage operation to the address_space_operations which simplifies the size checking heavily. This is not strictly needed. 2) Add a ramfs(2) incorporation to shmem.c which disables the swapping and does not allocate the swap vector for shmem.c files. We would gain a full ramfs with size checking, error checking and correct time stamping with a very small change. Greetings Christoph