summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clrpcops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nfsclient/nfs_clrpcops.c')
-rw-r--r--sys/fs/nfsclient/nfs_clrpcops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c
index a7d47f0..cd12fba 100644
--- a/sys/fs/nfsclient/nfs_clrpcops.c
+++ b/sys/fs/nfsclient/nfs_clrpcops.c
@@ -487,7 +487,7 @@ nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen,
default:
error = NFSERR_BADXDR;
goto nfsmout;
- };
+ }
} else {
ndp->nfsdl_flags = NFSCLDL_READ;
}
@@ -2086,7 +2086,7 @@ nfsrpc_createv4(vnode_t dvp, char *name, int namelen, struct vattr *vap,
default:
error = NFSERR_BADXDR;
goto nfsmout;
- };
+ }
} else {
dp->nfsdl_flags = NFSCLDL_READ;
}
@@ -3698,7 +3698,7 @@ nfsrpc_advlock(vnode_t vp, off_t size, int op, struct flock *fl,
break;
default:
return (EINVAL);
- };
+ }
if (start < 0)
return (EINVAL);
if (fl->l_len != 0) {
OpenPOWER on IntegriCloud