summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfsmount.h
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2010-01-28 16:17:24 +0000
committerrmacklem <rmacklem@FreeBSD.org>2010-01-28 16:17:24 +0000
commitc20e37e81a2006a8ecfc2b09616eb4fe8e21d1d9 (patch)
tree67521d5fa4256ede09d0fd00c384fb6a29538050 /sys/fs/nfsclient/nfsmount.h
parentb007106a58ad04020b7f9b2729dcc01605de6452 (diff)
downloadFreeBSD-src-c20e37e81a2006a8ecfc2b09616eb4fe8e21d1d9.zip
FreeBSD-src-c20e37e81a2006a8ecfc2b09616eb4fe8e21d1d9.tar.gz
Patch the experimental NFS client in a manner analogous to
r203072 for the regular NFS client. Also, delete two fields of struct nfsmount that are not used by the FreeBSD port of the client. MFC after: 2 weeks
Diffstat (limited to 'sys/fs/nfsclient/nfsmount.h')
-rw-r--r--sys/fs/nfsclient/nfsmount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/nfsclient/nfsmount.h b/sys/fs/nfsclient/nfsmount.h
index acf438e..2f0ada6 100644
--- a/sys/fs/nfsclient/nfsmount.h
+++ b/sys/fs/nfsclient/nfsmount.h
@@ -71,8 +71,6 @@ struct nfsmount {
int nm_tprintf_delay; /* interval for messages */
/* Newnfs additions */
- int nm_iothreadcnt;
- struct proc *nm_iodwant[NFS_MAXRAHEAD];
struct nfsclclient *nm_clp;
uid_t nm_uid; /* Uid for SetClientID etc. */
u_int64_t nm_clval; /* identifies which clientid */
OpenPOWER on IntegriCloud