Add fdopendir to the VFS. We will use this to reuse a directory fd already open by...
authorJeremy Allison <jra@samba.org>
Tue, 8 Feb 2011 23:07:48 +0000 (15:07 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 9 Feb 2011 00:07:32 +0000 (16:07 -0800)
commite58ac20a8ac5ae4cf717f7f8f9fb4679a8106068
tree1087f54b5bb31a5ef7633c509bad437c64bc3c48
parentd0e5477d89f3e0f8c06ebb3c2345ae4e0896b475
Add fdopendir to the VFS. We will use this to reuse a directory fd already open by NtCreateX.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Feb  9 00:55:22 CET 2011 on sn-devel-104
(cherry picked from commit a674a56a97c78a44bf43f1c175d106fbe70c7485)
14 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_dirsort.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_netatalk.c
source3/modules/vfs_scannedonly.c
source3/modules/vfs_shadow_copy.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c
source3/utils/status_profile.c