svn commit: r304174 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Mon Aug 15 18:55:34 UTC 2016


Author: kib
Date: Mon Aug 15 18:55:33 2016
New Revision: 304174
URL: https://svnweb.freebsd.org/changeset/base/304174

Log:
  VOP_FSYNC() does not take cred as an argument.  Correct comment.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/kern/vfs_default.c

Modified: head/sys/kern/vfs_default.c
==============================================================================
--- head/sys/kern/vfs_default.c	Mon Aug 15 18:02:37 2016	(r304173)
+++ head/sys/kern/vfs_default.c	Mon Aug 15 18:55:33 2016	(r304174)
@@ -640,7 +640,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-head mailing list