| Summary: | Document for VOP_OPEN missing the last parameter | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Jun Su <junsu> |
| Component: | Books & Articles | Assignee: | Hiten Pandya <hmp> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->hmp I will commit a fix shortly. State Changed From-To: open->closed A note to VOP_OPEN(9) has been added. Thanks! |
In the current man page. The signature is int VOP_OPEN(struct vnode *vp, int mode, struct ucred *cred, struct thread *td); It missing the last parameter fdidx.