|
|
Log in / Subscribe / Register

why is O_TMPFILE multiplexed over open() instead of being a separate syscall?

why is O_TMPFILE multiplexed over open() instead of being a separate syscall?

Posted Sep 12, 2013 14:21 UTC (Thu) by mirabilos (subscriber, #84359)
Parent article: why is O_TMPFILE multiplexed over open() instead of being a separate syscall?

O_TMPFILE is useless for anonymous storage anyway, since you still need a parent directory the user is allowed to write to (have fun finding that in Android, there is none).


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds