passthrough: implemented create()
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Apr 2017 23:36:52 +0000 (16:36 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Apr 2017 23:40:15 +0000 (16:40 -0700)
commit20b24a16e10c8b5bb0535e9f06c40cf74ed8aabe
tree6db350a80c0621ce9fb1319b45c6d25b8dd5d308
parent09862556887caf32b37aa0caa412c467f7f5a40e
passthrough: implemented create()

This allows calls like open(file, O_CREAT|O_RDONLY, 0200) which would
otherwise fail because we cannot open the file after mknod() has
created it with 0200 permissions.
example/passthrough.c