git: c45d934f6b7a - main - nfscl: Ansify a function header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 22:15:17 UTC
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=c45d934f6b7ae4cbf1a1d718bfe305b028deb922 commit c45d934f6b7ae4cbf1a1d718bfe305b028deb922 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-04-09 22:14:05 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-04-09 22:14:05 +0000 nfscl: Ansify a function header --- sys/fs/nfsclient/nfs_clbio.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c index 3103d87fc8af..081aff6c0e7c 100644 --- a/sys/fs/nfsclient/nfs_clbio.c +++ b/sys/fs/nfsclient/nfs_clbio.c @@ -751,11 +751,8 @@ out: * later). */ static int -nfs_directio_write(vp, uiop, cred, ioflag) - struct vnode *vp; - struct uio *uiop; - struct ucred *cred; - int ioflag; +nfs_directio_write(struct vnode *vp, struct uio *uiop, struct ucred *cred, + int ioflag) { int error; struct nfsmount *nmp = VFSTONFS(vp->v_mount);