From f182151cf338cad36d1d503f33b65ca40785b797 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 11 Oct 2010 12:32:04 -0700 Subject: Revert "nfs: re-implement logic to perform fresh lookups when lookup revalidates fail" This reverts commit 563ef3d12f8d7a927b403d04c279d9fc702faad0. --- xlators/nfs/server/src/nfs-fops.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xlators/nfs/server/src/nfs-fops.h') diff --git a/xlators/nfs/server/src/nfs-fops.h b/xlators/nfs/server/src/nfs-fops.h index 4feb916e2ea..d010db2829b 100644 --- a/xlators/nfs/server/src/nfs-fops.h +++ b/xlators/nfs/server/src/nfs-fops.h @@ -100,12 +100,6 @@ struct nfs_fop_local { char newpath[NFS_NAME_MAX]; xlator_t *nfsx; dict_t *dictgfid; - - /* Determine whether the call was a lookup revalidate in cases where - * lookup fails. Mangle the copied loc_t to perform a fresh lookup - */ - int is_revalidate; - loc_t revalidate_loc; }; extern struct nfs_fop_local * -- cgit