Btrfs: reduce calls to wake_up on uncontended locks
[linux-2.6-microblaze.git] / fs / nfsd / nfsfh.c
index 68454e7..cc79300 100644 (file)
@@ -636,7 +636,7 @@ fh_put(struct svc_fh *fhp)
 #endif
        }
        if (exp) {
-               cache_put(&exp->h, &svc_export_cache);
+               exp_put(exp);
                fhp->fh_export = NULL;
        }
        return;