git: b0e0ec1258af - stable/13 - nfscl: Ansify a function header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jun 2022 22:13:51 UTC
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=b0e0ec1258af0d77321b60959904dcf444932920 commit b0e0ec1258af0d77321b60959904dcf444932920 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-04-09 22:14:05 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-06-06 22:13:08 +0000 nfscl: Ansify a function header (cherry picked from commit c45d934f6b7ae4cbf1a1d718bfe305b028deb922) --- 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 7f661e36f4b7..6eee88fce9d3 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);