diff options
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index 5a461160..d5167e46 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -252,4 +252,17 @@ is included in the section entitled * Attempt_Write is implemented ### echo "elle souffle" > node/path\ 2/leaf\ 1 - * OK
\ No newline at end of file + * OK + +## Rev 8395215263d3 + + * Test of mkdir + +### mkdir node/toto + + * NOK + * command result - mkdir: cannot create directory ‘node/toto’: Operation not supported + * Call sequence + * Validate\_Stat + * Check\_Open\_Permissions + * netfs_implementation.adb:421 Netfs_Implementation.Attempt_Mkdir
\ No newline at end of file |