]> Zhao Yanbai Git Server - minix.git/commit
- Return ENOENT when trying to add files to removed (but open) directories.
authorThomas Veerman <thomas@minix3.org>
Wed, 1 Sep 2010 09:07:18 +0000 (09:07 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 1 Sep 2010 09:07:18 +0000 (09:07 +0000)
commit0b00cf70b666ee16d1d650e99367c0939bfcef23
tree3f1ea0f2c1562426ca52d3e7b131ea37db4b842b
parentbf6f0216d56beeb554d8426bab0ed55bbbbf267e
- Return ENOENT when trying to add files to removed (but open) directories.
- Add test58 to test this behavior.
servers/ext2/link.c
servers/ext2/open.c
servers/mfs/link.c
servers/mfs/open.c
test/Makefile
test/run
test/test58.c [new file with mode: 0644]