diff options
author | Xavier Grave <xavier.grave@laposte.net> | 2015-07-11 12:42:28 +0200 |
---|---|---|
committer | Xavier Grave <xavier.grave@laposte.net> | 2015-07-11 12:42:28 +0200 |
commit | 189a15bcef3fbc33dfea3e627eac71b57c46095d (patch) | |
tree | cae746574a3d7b73994e39f424ba666784508ca6 /hurd | |
parent | c1bbbfe3d75adada77860fc77641c18928891eca (diff) |
[ADA4HURD] report of 3rd write try with set size minimal implementation
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index 4d44b7bc..433c086d 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -215,6 +215,26 @@ is included in the section entitled * Check\_Open\_Permissions - Check failed WRITE 1073741837 ## Rev 242f59899045 + + * nore are xcreated with 0755 permission + +### echo "elle souffle" > node/path\ 2/leaf\ 1 + * NOK + * command result - bash: node/path 2/leaf 1: Operation not supported + * Call sequence + * Validate\_Stat + * Check\_Open\_Permissions + * Attempt_Lookup path 2 * Validate\_Stat + * Attempt\_Lookup leaf 1 * Validate\_Stat + * Validate_Stat + * Check\_Open\_Permissions + * netfs\_implementation.adb:366 Netfs\_Implementation.Attempt\_Set\_Size : not yet implemented + +## Rev dceb291aaf1c + + * Set_Size minimal implementation + +### echo "elle souffle" > node/path\ 2/leaf\ 1 * NOK * command result - bash: node/path 2/leaf 1: Operation not supported * Call sequence @@ -224,4 +244,5 @@ is included in the section entitled * Attempt\_Lookup leaf 1 * Validate\_Stat * Validate_Stat * Check\_Open\_Permissions - * netfs\_implementation.adb:366 Netfs\_Implementation.Attempt\_Set\_Size : not yet implemented
\ No newline at end of file + * Attempt\_Set\_Size + * netfs_implementation.adb:481 Netfs\_Implementation.Attemp\_Write |