From ee7fa4812c8366588b77d6be91b8666a275ba92c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2004 13:18:34 +0000 Subject: r3262: - new pvfs_dirlist code that reopens the directory between search calls. This is needed to allow for "new files appear during a search" behaviour - pvfs now passes RAW-SEARCH (This used to be commit 0d98f7653a1d58510a6cd4c2ac6c5e05c541109c) --- source4/ntvfs/posix/vfs_posix.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/ntvfs/posix/vfs_posix.h') diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h index 48a2ba9288..19408848fd 100644 --- a/source4/ntvfs/posix/vfs_posix.h +++ b/source4/ntvfs/posix/vfs_posix.h @@ -75,15 +75,6 @@ struct pvfs_filename { }; -/* this holds a list of file names for a search. We deliberately do - not hold the file stat information here to minimise the memory - overhead of idle searches */ -struct pvfs_dir { - uint_t count; - const char *unix_path; - const char **names; -}; - /* the state of a search started with pvfs_search_first() */ struct pvfs_search_state { struct pvfs_state *pvfs; -- cgit