FreeBSD Bugzilla – Attachment 76450 Details for
Bug 110200
[patch] VOP_FSYNC() and VFS_SYNC() man pages need "cred" removal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.39 KB, created by
Jamie Jones
on 2007-03-11 20:30:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jamie Jones
Created:
2007-03-11 20:30:04 UTC
Size:
1.39 KB
patch
obsolete
>--- share/man/man9/VFS_SYNC.9.orig Sun Mar 11 20:22:14 2007 >+++ share/man/man9/VFS_SYNC.9 Sun Mar 11 20:24:00 2007 >@@ -39,7 +39,7 @@ > .In sys/mount.h > .In sys/vnode.h > .Ft int >-.Fn VFS_SYNC "struct mount *mp" "int waitfor" "struct ucred *cred" "struct thread *td" >+.Fn VFS_SYNC "struct mount *mp" "int waitfor" "struct thread *td" > .Sh DESCRIPTION > The > .Fn VFS_SYNC >@@ -61,8 +61,6 @@ > .It Dv MNT_LAZY > push data not written by file system syncer > .El >-.It Fa cred >-The caller's credentials. > .It Fa td > The calling thread. > .El > >--- share/man/man9/VOP_FSYNC.9.orig Sun Mar 11 20:22:39 2007 >+++ share/man/man9/VOP_FSYNC.9 Sun Mar 11 20:24:53 2007 >@@ -38,7 +38,7 @@ > .In sys/param.h > .In sys/vnode.h > .Ft int >-.Fn VOP_FSYNC "struct vnode *vp" "struct ucred *cred" "int waitfor" "struct thread *td" >+.Fn VOP_FSYNC "struct vnode *vp" "int waitfor" "struct thread *td" > .Sh DESCRIPTION > This call flushes any dirty file system buffers for the file. > It is used to implement the >@@ -51,8 +51,6 @@ > .Bl -tag -width waitfor > .It Fa vp > The vnode of the file. >-.It Fa cred >-The caller's credentials. > .It Fa waitfor > Whether the function should wait for I/O to complete. > Possible values are: >@@ -84,7 +82,7 @@ > .Sh PSEUDOCODE > .Bd -literal > int >-vop_fsync(struct vnode *vp, struct ucred *cred, int waitfor, struct thread *td) >+vop_fsync(struct vnode *vp, int waitfor, struct thread *td) > { > struct buf *bp; > struct buf *nbp;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 110200
: 76450