Fix more POSIX path lstat calls. Fix bug where close can return
authorJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 22:57:16 +0000 (14:57 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 25 Feb 2009 22:57:16 +0000 (14:57 -0800)
commit59a28a22ab26bb7f2c12f9bccda9c7f585d992a7
tree0b1ddae01a1c7e34e343a8d1fd97ec4e8f6c2d9f
parenta6d0a93fc27729b63ae3fd4994059f3854a63845
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.
source3/smbd/close.c