Have pathInode.Truncate and friends use the file handle, if available
If the file handle is specified we should use it instead of picking one at random. Note that the only real change is for ftruncate. For fstat, fchown and fchmod the kernel currently never passes a file descriptor. Fixes #95.
Showing
Please register or sign in to comment