svn commit: r304590 - stable/10/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Mon Aug 22 07:26:44 UTC 2016
Author: kib
Date: Mon Aug 22 07:26:43 2016
New Revision: 304590
URL: https://svnweb.freebsd.org/changeset/base/304590
Log:
MFC r304174:
VOP_FSYNC() does not take cred as an argument. Correct comment.
Modified:
stable/10/sys/kern/vfs_default.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/kern/vfs_default.c
==============================================================================
--- stable/10/sys/kern/vfs_default.c Mon Aug 22 07:25:09 2016 (r304589)
+++ stable/10/sys/kern/vfs_default.c Mon Aug 22 07:26:43 2016 (r304590)
@@ -635,7 +635,6 @@ int
vop_stdfsync(ap)
struct vop_fsync_args /* {
struct vnode *a_vp;
- struct ucred *a_cred;
int a_waitfor;
struct thread *a_td;
} */ *ap;
More information about the svn-src-stable
mailing list