The locking around some interfaces has changed with time.
Make our preprocessor checks match the reality of when
the changes were made.
Change-Id: If933dd636bb908af27852897e9c77ed600759674
Reviewed-on: http://gerrit.openafs.org/2292
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
AFS_GLOCK();
afs_InactiveVCache(VTOAFS(vp), 0); /* decrs ref counts */
AFS_GUNLOCK();
-#ifndef AFS_FBSD80_ENV
+#ifndef AFS_FBSD60_ENV
MA_VOP_UNLOCK(vp, 0, ap->a_td);
#endif
return 0;