summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsmount.h
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2000-11-14 08:00:39 +0000
committermckusick <mckusick@FreeBSD.org>2000-11-14 08:00:39 +0000
commit42ecbdff706e51c796129c0cb8f4af28c749068d (patch)
treebd83949c1e4c962c837400c83d016ad5dd3d8fff /sys/nfsclient/nfsmount.h
parentc4a77380ec9adcd9cb29a97ae950d232d32971ae (diff)
downloadFreeBSD-src-42ecbdff706e51c796129c0cb8f4af28c749068d.zip
FreeBSD-src-42ecbdff706e51c796129c0cb8f4af28c749068d.tar.gz
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
macros which provide the same functionality and are a bit more efficient, convert use of CIRCLEQ's in NFS to TAILQ's.
Diffstat (limited to 'sys/nfsclient/nfsmount.h')
-rw-r--r--sys/nfsclient/nfsmount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h
index 8efd1df..d6f8a8b 100644
--- a/sys/nfsclient/nfsmount.h
+++ b/sys/nfsclient/nfsmount.h
@@ -75,7 +75,7 @@ struct nfsmount {
int nm_acdirmax; /* Directory attr cache max lifetime */
int nm_acregmin; /* Reg file attr cache min lifetime */
int nm_acregmax; /* Reg file attr cache max lifetime */
- CIRCLEQ_HEAD(, nfsnode) nm_timerhead; /* Head of lease timer queue */
+ TAILQ_HEAD(timhd, nfsnode) nm_timerhead; /* Head of lease timer queue */
struct vnode *nm_inprog; /* Vnode in prog by nqnfs_clientd() */
uid_t nm_authuid; /* Uid for authenticator */
int nm_authtype; /* Authenticator type */
OpenPOWER on IntegriCloud