There is a codepath missing to propagate back error returns from the rmdir POSIX call inside close_directory when delete on close is set. This means doing an rmdir on a Windows command line will always report success, even when the directory was not deleted. Jeremy.
Created attachment 5170 [details] git-am patch for 3.5.0. This bug only affects 3.5.0. Jeremy.
Comment on attachment 5170 [details] git-am patch for 3.5.0. Requesting reviews from Metze and Michael as I know how busy Volker is. Once this is ok'ed I'll assign to Karolin for inclusion in 3.5.0rc2. Jeremy.
Comment on attachment 5170 [details] git-am patch for 3.5.0. The commit message is wrong commit 33ee8b5a4e390f9aa43cceeec137c0ed82171340 Author: Jeremy Allison <jra@samba.org> AuthorDate: Tue Jan 12 21:06:09 2010 -0800 Commit: Jeremy Allison <jra@samba.org> CommitDate: Tue Jan 12 21:06:09 2010 -0800 Make file access control decisions a lot easier to debug (at level 10). Jeremy. This is not part of the patch. You mean 105f876eb447e6839b9b19c2 I don't see why 105f876eb447e6839b9b19c is needed for me it doesn't change the logic
Comment on attachment 5170 [details] git-am patch for 3.5.0. Ah, I got what 105f876eb447e6839b9b19c2d264c4a168cf0cc9 tries to do:-) So please change the commit message, then I'm fine with the fix.
Karolin please change s/33ee8b5a4e390f9aa43cceeec137c0ed82171340/105f876eb447e6839b9b19c2d264c4a168cf0cc9 in the commit message
Created attachment 5176 [details] git-am patch for 3.5.0. Fixed the patch to refer to the correct master git reference (pointed out by Volker - thanks !). Jeremy.
I meant "pointed out by Metze" in the previous message, not "pointed out by Volker". Thanks Metze ! Karolin please push to 3.5.0. Jeremy.
Gosh, I saw this too late - thanks to Metze for the review. Guess I am kind of busy too, but please have me review patches as well, there is no need to put all the burden onto Vollker and you, Jeremy. :-) Cheers - Michael
Pushed to v3-5-test. Closing out bug report. Thanks!