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:
parent
430320729d
commit
c73fb33115
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user