--- src/sys/sys/namecache.h 2004/09/30 18:59:50 1.10 +++ src/sys/sys/namecache.h 2004/10/02 03:18:28 1.11 @@ -109,6 +109,7 @@ struct namecache { int nc_timeout; /* compared against ticks, or 0 */ int nc_exlocks; /* namespace locking */ struct thread *nc_locktd; /* namespace locking */ + struct mount *nc_mount; }; typedef struct namecache *namecache_t;