VOP_FSYNC() does not take cred as an argument. Correct comment.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2016-08-15 18:55:33 +00:00
parent 430320729d
commit c73fb33115
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304174

View File

@ -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;