r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs modules
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Oct 2004 21:48:53 +0000 (21:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:57 +0000 (13:04 -0500)
commitfde64c0dc142b53d128c8ba09af048dc58d8ef3a
tree3fc12c099c9c8b49e1637ba3c45d6a1679b3fc9a
parent76c4ba6d29a6ad1e21c2d7674e1f323e8d53d627
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs modules

the idea is that a passthru module can use ntvfs_async_state_push() before
calling ntvfs_next_*() and in the _send function it calls
ntvfs_async_state_pop() and then call the upper layer send_fn itself

- ntvfs_nbench is now fully async

- the ntvfs_map_*() functions and the trans(2) mapping functions are not converted yet

metze
14 files changed:
source/include/smb.h
source/ntvfs/cifs/vfs_cifs.c
source/ntvfs/nbench/vfs_nbench.c
source/ntvfs/ntvfs.h
source/ntvfs/ntvfs_base.c
source/ntvfs/ntvfs_generic.c
source/ntvfs/ntvfs_util.c
source/ntvfs/posix/pvfs_lock.c
source/ntvfs/posix/pvfs_wait.c
source/smb_server/reply.c
source/smb_server/request.c
source/smb_server/search.c
source/smb_server/smb_server.c
source/smb_server/smb_server.h