Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/nfs/nfs_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/nfs/nfs_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58.4.1 retrieving revision 1.59 diff -u -p -r1.58.4.1 -r1.59 --- src/sys/nfs/nfs_var.h 2006/06/01 22:39:13 1.58.4.1 +++ src/sys/nfs/nfs_var.h 2006/05/14 21:32:21 1.59 @@ -1,4 +1,4 @@ -/* $NetBSD: nfs_var.h,v 1.58.4.1 2006/06/01 22:39:13 kardel Exp $ */ +/* $NetBSD: nfs_var.h,v 1.59 2006/05/14 21:32:21 elad Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -51,6 +51,7 @@ MALLOC_DECLARE(M_NFSD); MALLOC_DECLARE(M_NFSDIROFF); MALLOC_DECLARE(M_NFSBIGFH); MALLOC_DECLARE(M_NQLEASE); +extern struct pool nfs_srvdesc_pool; struct vnode; struct uio; @@ -231,9 +232,6 @@ int nfsdsock_lock(struct nfssvc_sock *, void nfsdsock_unlock(struct nfssvc_sock *); int nfsdsock_drain(struct nfssvc_sock *); int nfsdsock_sendreply(struct nfssvc_sock *, struct nfsrv_descript *); -void nfsdreq_init(void); -struct nfsrv_descript *nfsdreq_alloc(void); -void nfsdreq_free(struct nfsrv_descript *); /* nfs_srvcache.c */ void nfsrv_initcache(void); @@ -297,6 +295,8 @@ void nfs_add_tobecommitted_range(struct void nfs_del_tobecommitted_range(struct vnode *, off_t, off_t); int nfsrv_errmap(struct nfsrv_descript *, int); +void nfsrvw_sort(gid_t *, int); +void nfsrv_setcred(kauth_cred_t, kauth_cred_t *); void nfs_cookieheuristic(struct vnode *, int *, struct lwp *, kauth_cred_t); u_int32_t nfs_getxid(void);