summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2007-01-25 13:07:25 +0000
committerbde <bde@FreeBSD.org>2007-01-25 13:07:25 +0000
commit5a952c0766dee9729427d7c4a558212750aae182 (patch)
tree772c0073d1de70b0ce8ca09f64842cc6f2a7c106 /sys/nfsclient/nfs.h
parent938276b2587b4bcf30d2cf0ccf9b994bb40ccb51 (diff)
downloadFreeBSD-src-5a952c0766dee9729427d7c4a558212750aae182.zip
FreeBSD-src-5a952c0766dee9729427d7c4a558212750aae182.tar.gz
Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead
of duplicating it except for larger style bugs in the copy. Fix some nearby style bugs (including a harmless type mismatch) in and near the remaining copy. This is part of fixing collisions of the 2 nfs*client's names. Even static names should have a unique prefixes so that they can be debugged easily.
Diffstat (limited to 'sys/nfsclient/nfs.h')
-rw-r--r--sys/nfsclient/nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 573a0e2..c7fd085 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -329,6 +329,7 @@ int nfs_connect(struct nfsmount *, struct nfsreq *);
void nfs_disconnect(struct nfsmount *);
void nfs_safedisconnect(struct nfsmount *);
int nfs_getattrcache(struct vnode *, struct vattr *);
+int nfs_iosize(struct nfsmount *nmp);
int nfsm_strtmbuf(struct mbuf **, char **, const char *, long);
int nfs_bioread(struct vnode *, struct uio *, int, struct ucred *);
int nfsm_uiotombuf(struct uio *, struct mbuf **, int, caddr_t *);
OpenPOWER on IntegriCloud