A few corrections for ramfs(4):
- when wstat sets file length to zero, truncate the file instead of crashing
- when wstat changes file mtime, don't ignore the request
- on attempt to remove a nonexistent file, respond with Enotexist instead of Eperm
- don't impose a static limit on the number of allocated files
|