aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nfsclient/nfs.h')
-rw-r--r--sys/fs/nfsclient/nfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/nfsclient/nfs.h b/sys/fs/nfsclient/nfs.h
index 60b7f3e5ee3a..ce1747a2ab6b 100644
--- a/sys/fs/nfsclient/nfs.h
+++ b/sys/fs/nfsclient/nfs.h
@@ -91,8 +91,7 @@ enum nfsiod_state {
/*
* Function prototypes.
*/
-int ncl_meta_setsize(struct vnode *, struct ucred *, struct thread *,
- u_quad_t);
+int ncl_meta_setsize(struct vnode *, struct thread *, u_quad_t);
void ncl_doio_directwrite(struct buf *);
int ncl_bioread(struct vnode *, struct uio *, int, struct ucred *);
int ncl_biowrite(struct vnode *, struct uio *, int, struct ucred *);