- TmpFSInode::write_bytes() needs to allow non-zero offsets - TmpFSInode::read_bytes() wasn't respecting the offset GCC puts the temporary files generated during compilation in /tmp, so this exposed some bugs in TmpFS.
This is an FS that stores all of its contents directly in memory. It's mounted on /tmp by default.