diff options
author | Xavier Grave <xavier.grave@laposte.net> | 2015-07-11 12:16:29 +0200 |
---|---|---|
committer | Xavier Grave <xavier.grave@laposte.net> | 2015-07-11 12:16:29 +0200 |
commit | f1c60b9ea24c286422ecb948494c871f32ce2b39 (patch) | |
tree | 6842715dd311b6abc2f9e5d45234a0608bf223a2 | |
parent | bb1b04ae50e1a3a9e9d29d936695bfc5f7a4886b (diff) |
[ADA4HURD] report of write try
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index 45ccffc2..7818d7c0 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -201,4 +201,15 @@ is included in the section entitled ## Rev 3126bd9ce609 * Read is implemented - * next step : write
\ No newline at end of file + * next step : write + +### echo "elle souffle" > node/path\ 2/leaf\ 1 + * NOK + * command result - bash: node/path 2/leaf 1: Permission denied + * Call sequence + * Validate\_Stat + * Check\_Open\_Permissions + * Attempt_Lookup path 2 * Validate\_Stat + * Attempt\_Lookup leaf 1 * Validate\_Stat + * Validate_Stat + * Check\_Open\_Permissions - Check failed WRITE 1073741837
\ No newline at end of file |