Pass stat buffer down through all levels of VFS_READDIR wrappers
authorSteven Danneman <steven.danneman@isilon.com>
Fri, 23 Jan 2009 04:18:56 +0000 (20:18 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Tue, 10 Feb 2009 07:56:16 +0000 (23:56 -0800)
commit25d345eb39c69b2b42a966846ae893b068de40a4
tree532ac614e4ff71a208780ebff2e7c416143312d8
parentaf0e199b31ea4132e369508d72888757887b3327
Pass stat buffer down through all levels of VFS_READDIR wrappers

* VFS_OP_READDIR can now provide stat information, take advantage of it
  if it's available
* is_visible_file(): optimistically expect the provided stat buffer is
  already valid
* dptr_ReadDirName(): refactor code for easier readability, functionality
  is the same
source3/include/proto.h
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/msdfs.c
source3/smbd/reply.c