summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2012-12-02 01:16:04 +0000
committerrmacklem <rmacklem@FreeBSD.org>2012-12-02 01:16:04 +0000
commitd79bf0f49f345b1a785c3dab710f032fd51ab28e (patch)
treea690246f6cf6e94772ffc11582b8695fff296c48 /sys/fs/nfs
parentfd7b9e3752e161a90b2d9740f7c6a7f54a0780f1 (diff)
downloadFreeBSD-src-d79bf0f49f345b1a785c3dab710f032fd51ab28e.zip
FreeBSD-src-d79bf0f49f345b1a785c3dab710f032fd51ab28e.tar.gz
Add an nfssvc() option to the kernel for the new NFS client
which dumps out the actual options being used by an NFS mount. This will be used to implement a "-m" option for nfsstat(1). Reviewed by: alfred MFC after: 2 weeks
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfs_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nfs/nfs_var.h b/sys/fs/nfs/nfs_var.h
index e5bacb2..8e68d42 100644
--- a/sys/fs/nfs/nfs_var.h
+++ b/sys/fs/nfs/nfs_var.h
@@ -313,6 +313,7 @@ void nfsd_init(void);
int nfsd_checkrootexp(struct nfsrv_descript *);
/* nfs_clvfsops.c */
+void nfscl_retopts(struct nfsmount *, char *, size_t);
/* nfs_commonport.c */
int nfsrv_checksockseqnum(struct socket *, tcp_seq);
OpenPOWER on IntegriCloud