afs: minor cleanup for LINUX struct vcache
[openafs.git] / src / afs / afs.h
index 5c2c832..6ba746d 100644 (file)
@@ -852,9 +852,6 @@ struct vcache {
     struct dcache *dchint;
     struct dcache *dcreaddir;  /* dcache for in-progress readdir */
     unsigned int readdir_pid;   /* pid of the thread in readdir */
-#ifdef AFS_LINUX22_ENV
-    u_short mapcnt;            /* Number of mappings of this file. */
-#endif
 #if defined(AFS_SGI_ENV)
     daddr_t lastr;             /* for read-ahead */
 #ifdef AFS_SGI64_ENV