pjdfstest/tests/rename/09.t:
Fix rename when renamed directory not owned by user, but when user owns the sticky parent directory.
pjdfstest/tests/rename/rename/19.t:
The rename call with args like "./dir0/dir1/.." "./dir2" will cause MPASS failure.
The tmpfs_dir_lookup() does not accept names like '.' and '..' for lookup.
Move the '.' and '..' entry check before tmpfs_dir_lookup() call.
pjdfstest/tests/rename/23.t
This test creates two files like file0 and file1, then creates link to file1 and checks ctime on it.
Then renames file0 to file1. Then checks ctime on link again. It is expected, that second ctime will be higher then
first ctime, because rename happen. Add ctime updating for directory entry, which will be deleted on rename.