summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsm_subs.h
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2007-09-11 13:41:53 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2007-09-11 13:41:53 +0000
commita737f2f8b1f877858f2553f91964fd9c3ab037fc (patch)
treec73fabf197310119543db46382af8e8ae0bdc557 /sys/nfs/nfsm_subs.h
parentca08fa30b3ab02619e3cdee1f4ffd7fae6833fd1 (diff)
Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change.
ok thib@
Diffstat (limited to 'sys/nfs/nfsm_subs.h')
-rw-r--r--sys/nfs/nfsm_subs.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/nfs/nfsm_subs.h b/sys/nfs/nfsm_subs.h
index a9a8805135f..f96561b8d45 100644
--- a/sys/nfs/nfsm_subs.h
+++ b/sys/nfs/nfsm_subs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsm_subs.h,v 1.16 2006/04/02 18:35:11 otto Exp $ */
+/* $OpenBSD: nfsm_subs.h,v 1.17 2007/09/11 13:41:52 blambert Exp $ */
/* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */
/*
@@ -330,9 +330,6 @@
#define nfsm_reqhead(v,a,s) \
mb = mreq = nfsm_reqh((v),(a),(s),&bpos)
-#define nfsm_reqdone m_freem(mrep); \
- nfsmout:
-
#define nfsm_rndup(a) (((a)+3)&(~0x3))
#define nfsm_request(v, t, p, c) \
@@ -362,10 +359,6 @@
goto nfsmout; \
}
-#define nfsm_srvdone \
- nfsmout: \
- return(error)
-
#define nfsm_reply(s) \
{ \
nfsd->nd_repstat = error; \