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;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to