summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_search.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-05-05 12:18:47 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-03 14:03:50 +0200
commitc43591c2168577a790051fc27840ab5cef7866c4 (patch)
treeff8e24efb47d96cd33b6b672d31bafcb635047bd /source4/ntvfs/posix/pvfs_search.c
parent0827b08a433b7dec91be7ca7406804087f3fef07 (diff)
downloadsamba-c43591c2168577a790051fc27840ab5cef7866c4.tar.gz
samba-c43591c2168577a790051fc27840ab5cef7866c4.tar.bz2
samba-c43591c2168577a790051fc27840ab5cef7866c4.zip
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
By default get the current write time from the opendb, but allow callers to pass PVFS_RESOLVE_NO_OPENDB for performance reasons, if they don't need to the write time. metze (This used to be commit def52cc0988c26a815e74b3391e5857512408d90)
Diffstat (limited to 'source4/ntvfs/posix/pvfs_search.c')
-rw-r--r--source4/ntvfs/posix/pvfs_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_search.c b/source4/ntvfs/posix/pvfs_search.c
index e47406dc09..e0fe4fb64d 100644
--- a/source4/ntvfs/posix/pvfs_search.c
+++ b/source4/ntvfs/posix/pvfs_search.c
@@ -84,7 +84,7 @@ static NTSTATUS fill_search_info(struct pvfs_state *pvfs,
in pvfs_list_seek_ofs() for
how we cope with this */
- status = pvfs_resolve_partial(pvfs, file, unix_path, fname, &name);
+ status = pvfs_resolve_partial(pvfs, file, unix_path, fname, 0, &name);
if (!NT_STATUS_IS_OK(status)) {
return status;
}