s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB search...
authorSteven Danneman <steven.danneman@isilon.com>
Tue, 3 Feb 2009 05:37:51 +0000 (21:37 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Tue, 10 Feb 2009 07:56:17 +0000 (23:56 -0800)
commit6272f4c2f453c509b8a3893d4c2ac5fc356b348d
tree82dce05824a6106a371febc4ec9ca6b2864cbcde
parent25d345eb39c69b2b42a966846ae893b068de40a4
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB search requests.

By default this VFS call is a NOOP, but the onefs vfs module takes advantage
of it to initialize direntry search caches at the beginning of each
TRANS2_FIND_FIRST, TRANS2_FIND_NEXT, SMBffirst, SMBsearch, and SMBunique
source3/include/proto.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/smbd/dir.c
source3/smbd/reply.c
source3/smbd/trans2.c