Remove cancel_aio_by_fsp(). It can never work and could lead to memory corruption
authorJeremy Allison <jra@samba.org>
Thu, 12 Apr 2012 22:04:42 +0000 (15:04 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 12 Apr 2012 22:06:59 +0000 (15:06 -0700)
commitd399af30c183663f487bf4d086ec4377f84725b0
tree1daed0cc457c641a60a1d8b20baf32e563e56907
parentfd3848636498fa357ff0085a126e374a3e91d14b
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corruption
as outstanding IO's complete. Also we never have any aio's on a call to close_normal_file()
with close_type ERROR_CLOSE.
source3/smbd/aio.c
source3/smbd/close.c
source3/smbd/proto.h