aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2015-01-07 17:22:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2015-01-07 17:22:56 +0000
commiteae6da3db482f5bc3ca3b02d2ea44dc5f1fc2874 (patch)
treeaa0f6cf11d71b9460beb1e13f043593e29175671 /sys/nfsserver
parent1c15a29600d1addcd4e843a33e4e17cde20dcae4 (diff)
Notes
Diffstat (limited to 'sys/nfsserver')
-rw-r--r--sys/nfsserver/nfsm_subs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/nfsserver/nfsm_subs.h b/sys/nfsserver/nfsm_subs.h
index fc9b76daa930..5bf4ca97b206 100644
--- a/sys/nfsserver/nfsm_subs.h
+++ b/sys/nfsserver/nfsm_subs.h
@@ -47,14 +47,6 @@
*/
/*
- * First define what the actual subs. return
- */
-
-#define M_HASCL(m) ((m)->m_flags & M_EXT)
-#define NFSMSIZ(m) ((M_HASCL(m))?MCLBYTES: \
- (((m)->m_flags & M_PKTHDR)?MHLEN:MLEN))
-
-/*
* Now for the macros that do the simple stuff and call the functions
* for the hard stuff.
* These macros use several vars. declared in nfsm_reqhead and these