diff options
author | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-11 12:32:04 -0700 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-11 12:32:04 -0700 |
commit | f182151cf338cad36d1d503f33b65ca40785b797 (patch) | |
tree | fef414fce98d49f38c52d638f6fdee55b45af235 /xlators/nfs/server/src/nfs-generics.c | |
parent | 61308de7645f1df462bef50e9c22237899218c65 (diff) |
Revert "nfs: re-implement logic to perform fresh lookups when lookup revalidates fail"v3.1.0qa46
This reverts commit 563ef3d12f8d7a927b403d04c279d9fc702faad0.
Diffstat (limited to 'xlators/nfs/server/src/nfs-generics.c')
-rw-r--r-- | xlators/nfs/server/src/nfs-generics.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/nfs-generics.c b/xlators/nfs/server/src/nfs-generics.c index eb6dc580be2..0ebba689a35 100644 --- a/xlators/nfs/server/src/nfs-generics.c +++ b/xlators/nfs/server/src/nfs-generics.c @@ -83,8 +83,7 @@ nfs_lookup (xlator_t *nfsx, xlator_t *xl, nfs_user_t *nfu, loc_t *pathloc, if ((!nfsx) || (!xl) || (!pathloc) || (!nfu)) return ret; - ret = nfs_inode_lookup (nfsx, xl, nfu, pathloc, cbk, local); - + ret = nfs_fop_lookup (nfsx, xl, nfu, pathloc, cbk, local); return ret; } |