]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Allow a SHUTDOWN_CLOSE on a file with outstanding aio if there are no clien...
authorJeremy Allison <jra@samba.org>
Tue, 16 Jun 2020 22:01:49 +0000 (15:01 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 26 Jun 2020 07:52:26 +0000 (07:52 +0000)
commit1f8a77fe3aaebb15f3c71e6d3a46e2ef15590b29
tree78a50fbfef3b64e020c387fd99010b8e1febfa02
parent8666dc1eec63b74830b95112bb4c589c5aa788dd
s3: smbd: Allow a SHUTDOWN_CLOSE on a file with outstanding aio if there are no client connections alive.

The process is exiting now so pthreads will never complete to cause
problems.

Remove the knownfail.d/aio_outstanding entry.

Followup-bugfix for:

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14301

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Jun 24 20:14:15 UTC 2020 on sn-devel-184

(cherry picked from commit 205653732064ecf76d3198451240af468806ec14)
selftest/knownfail.d/aio_outstanding [deleted file]
source3/smbd/close.c