>NFS-symlink support should now be in the 5.1 and in the 5.0 trees in
>CVS. Please have a look also at 5.1. Testing with ".." inside the
>path, multiple-level-symlinks e.g would be nice - obviously your nfs
>server behaves different than mine as I got error 21 in the beginning
>while you had 22 (or the other way round).
I looked at your code. I think your implementation isn't quite correct.
The semantics of a symlink are:
If the link starts with / then it's an absolute path and replaces the
filename and the operation is retried.
Otherwise it's relative and appended to the current directory and the
operation is retried.
|