From 304317cb1f4c8b5613119c47edd6a1261992f081 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 31 May 2003 18:20:26 +0000 Subject: Add /* FALLTHROUGH */ Found by: FlexeLint --- sys/nfsserver/nfs_syscalls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/nfsserver') diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 03737c3..83a3b32 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -457,6 +457,7 @@ nfssvc_nfsd(struct thread *td) nfsrvstats.srvrpccnt[nd->nd_procnum]++; nfsrv_updatecache(nd, TRUE, mreq); nd->nd_mrep = NULL; + /* FALLTHROUGH */ case RC_REPLY: siz = m_length(mreq, NULL); if (siz <= 0 || siz > NFS_MAXPACKET) { -- cgit v1.1