Fix more POSIX path lstat calls. Fix bug where close can return
commit5fb3b5e903c08013074ba473399ddee30f6c328f
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 22:55:19 +0000 (25 14:55 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 22:55:19 +0000 (25 14:55 -0800)
treeec453b18b33fe67a15eb064ba28220496765bf98
parent161dc96c1147f637b5ef78bb3f543f6d5e0618c6
Fix more POSIX path lstat calls. Fix bug where close can return
failure if we have a pending modtime and the containing directory
of the file has been renamed (there is no POSIX "update time by
fd" call). This can't happen on Windows as the rename will fail
if there are open files beneath it. Will add a torture test
for this.
Jeremy.
source/smbd/close.c